Color names in this palette
CSS code for this palette
/* CSS */
.azalea {
color: #d63d5c;
}
.mango-margarita {
color: #f3b44f;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.lime-lizard {
color: #a3d55d;
}
.discover-deco {
color: #4b8b4e;
}
/* CSS Variables */
:root {
--azalea:#d63d5c;
--mango-margarita:#f3b44f;
--smooth-as-corn-silk:#f6e4b1;
--lime-lizard:#a3d55d;
--discover-deco:#4b8b4e;
}