Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f4d6c3;
}
.warming-peach {
color: #e3b8a1;
}
.bubble-shell {
color: #d5a79a;
}
.love-at-first-sight {
color: #e3a6b0;
}
.parrot-tulip {
color: #f0c1d3;
}
/* CSS Variables */
:root {
--dreamsicle:#f4d6c3;
--warming-peach:#e3b8a1;
--bubble-shell:#d5a79a;
--love-at-first-sight:#e3a6b0;
--parrot-tulip:#f0c1d3;
}