Color names in this palette
CSS code for this palette
/* CSS */
.washed-denim {
color: #7d9dba;
}
.foamy-surf {
color: #b2d6e0;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.rose-mallow {
color: #f1a7c8;
}
.reductant {
color: #e75f5f;
}
/* CSS Variables */
:root {
--washed-denim:#7d9dba;
--foamy-surf:#b2d6e0;
--bells-and-whistles-gold:#f0e19e;
--rose-mallow:#f1a7c8;
--reductant:#e75f5f;
}