Color names in this palette
CSS code for this palette
/* CSS */
.butter-cookie {
color: #f0e6b2;
}
.savile-row {
color: #c2b7d1;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.expressionism-green {
color: #5abf9a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--butter-cookie:#f0e6b2;
--savile-row:#c2b7d1;
--atmospheric-soft-blue:#a8e2f0;
--expressionism-green:#5abf9a;
--grapefruit-pulp:#ff6e61;
}