Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c7;
}
.crisp-wonton {
color: #f2dbc4;
}
.french-pass {
color: #a3d3e0;
}
.sour-candy {
color: #69af4b;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c7;
--crisp-wonton:#f2dbc4;
--french-pass:#a3d3e0;
--sour-candy:#69af4b;
--dodgeroll-gold:#f39c12;
}