Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #f7c0d8;
}
.cornflower-lilac {
color: #ffadad;
}
.caramel-finish {
color: #ffd699;
}
.tropical {
color: #a8e6ce;
}
.pretty-petunia {
color: #d6b0e8;
}
/* CSS Variables */
:root {
--flamingo-feather:#f7c0d8;
--cornflower-lilac:#ffadad;
--caramel-finish:#ffd699;
--tropical:#a8e6ce;
--pretty-petunia:#d6b0e8;
}