Color names in this palette
CSS code for this palette
/* CSS */
.dainty-debutante {
color: #f7bdb6;
}
.pink-icing {
color: #f0a3a4;
}
.pochard-duck-head {
color: #f29978;
}
.sunshade {
color: #f89e49;
}
.solarized {
color: #f7ce4b;
}
/* CSS Variables */
:root {
--dainty-debutante:#f7bdb6;
--pink-icing:#f0a3a4;
--pochard-duck-head:#f29978;
--sunshade:#f89e49;
--solarized:#f7ce4b;
}