Color names in this palette
CSS code for this palette
/* CSS */
.crystal {
color: #a4d7df;
}
.mesa-rose {
color: #f0b4b2;
}
.apricot-preserves {
color: #efb18f;
}
.bells-and-whistles-gold {
color: #f0e29e;
}
.chlorophyll-cream {
color: #b6d8c6;
}
/* CSS Variables */
:root {
--crystal:#a4d7df;
--mesa-rose:#f0b4b2;
--apricot-preserves:#efb18f;
--bells-and-whistles-gold:#f0e29e;
--chlorophyll-cream:#b6d8c6;
}