Color names in this palette
CSS code for this palette
/* CSS */
.cerise-red {
color: #d72d5d;
}
.momo-peach {
color: #f17981;
}
.ballerina-tears {
color: #f0b8b2;
}
.lazy-daisy {
color: #f6e8a2;
}
.emerald-reflection {
color: #4dcb79;
}
/* CSS Variables */
:root {
--cerise-red:#d72d5d;
--momo-peach:#f17981;
--ballerina-tears:#f0b8b2;
--lazy-daisy:#f6e8a2;
--emerald-reflection:#4dcb79;
}