Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3f8888;
}
.sereni-teal {
color: #77b6a7;
}
.smooth-satin {
color: #a2d8d4;
}
.banana-yogurt {
color: #f9e8b4;
}
.peach-temptation {
color: #f3c5b4;
}
/* CSS Variables */
:root {
--royal-palm:#3f8888;
--sereni-teal:#77b6a7;
--smooth-satin:#a2d8d4;
--banana-yogurt:#f9e8b4;
--peach-temptation:#f3c5b4;
}