Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c6;
}
.rose-essence {
color: #f49c8a;
}
.yellow-tulip {
color: #f4d26c;
}
.stem-green {
color: #a6dc8f;
}
.nancy {
color: #5bb9e1;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c6;
--rose-essence:#f49c8a;
--yellow-tulip:#f4d26c;
--stem-green:#a6dc8f;
--nancy:#5bb9e1;
}