Color names in this palette
CSS code for this palette
/* CSS */
.pink-flambe {
color: #d64c76;
}
.simple-pink {
color: #f5a3ae;
}
.tender-peach {
color: #f9d4b9;
}
.lazy-daisy {
color: #f7e9a1;
}
.almost-aloe {
color: #c0e2b1;
}
/* CSS Variables */
:root {
--pink-flambe:#d64c76;
--simple-pink:#f5a3ae;
--tender-peach:#f9d4b9;
--lazy-daisy:#f7e9a1;
--almost-aloe:#c0e2b1;
}