Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f3b4c4;
}
.peach-damask {
color: #f9c6a9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.eerie-glow {
color: #a7d7b8;
}
.baby-tears {
color: #6bb6d6;
}
/* CSS Variables */
:root {
--rhodonite:#f3b4c4;
--peach-damask:#f9c6a9;
--optimistic-yellow:#f4e1a4;
--eerie-glow:#a7d7b8;
--baby-tears:#6bb6d6;
}