<style>
#p1{
color:rgb(55, 226, 43); /* Color using names */
}
#p2{
color: rgb(32, 50, 133); /* Color by rgb value using*/
}
#p3{
color: white;
background-color: #aa908d; /* Color by hex value usng */
}
</style>
Thanks you for commenting your questions. I will see question and respond you.