Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a7aa;
}
.mandys-pink {
color: #f4b79f;
}
.double-cream {
color: #f2d8a1;
}
.glenwood-green {
color: #a7d3b8;
}
.emerald-bliss {
color: #4bbead;
}
/* CSS Variables */
:root {
--simple-pink:#f6a7aa;
--mandys-pink:#f4b79f;
--double-cream:#f2d8a1;
--glenwood-green:#a7d3b8;
--emerald-bliss:#4bbead;
}