Color names in this palette
CSS code for this palette
/* CSS */
.stark-white {
color: #d3c6b6;
}
.cream-washed {
color: #f1e0c6;
}
.first-date {
color: #f2b2a1;
}
.breeze-of-chilli {
color: #f06f6a;
}
.firebug {
color: #d25b51;
}
/* CSS Variables */
:root {
--stark-white:#d3c6b6;
--cream-washed:#f1e0c6;
--first-date:#f2b2a1;
--breeze-of-chilli:#f06f6a;
--firebug:#d25b51;
}