Color names in this palette
CSS code for this palette
/* CSS */
.pharaoh-s-seas {
color: #5bbebe;
}
.royal-palm {
color: #3d8a8a;
}
.sea-challenge {
color: #2d5c5d;
}
.royal-neptune {
color: #1d3f3f;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--pharaoh-s-seas:#5bbebe;
--royal-palm:#3d8a8a;
--sea-challenge:#2d5c5d;
--royal-neptune:#1d3f3f;
--floral-leaf:#ffb84d;
}