Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a5d7e9;
}
.lion-of-menecrates {
color: #f2a769;
}
.chai-latte {
color: #f8c8a0;
}
.rogue-pink {
color: #f8a5be;
}
.pretty-in-plum {
color: #d25b8b;
}
/* CSS Variables */
:root {
--blue-bubble:#a5d7e9;
--lion-of-menecrates:#f2a769;
--chai-latte:#f8c8a0;
--rogue-pink:#f8a5be;
--pretty-in-plum:#d25b8b;
}