Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0af;
}
.carnation-bouquet {
color: #f6c1d0;
}
.petal-poise {
color: #f8e2f2;
}
.meadow-yellow {
color: #f9d890;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0af;
--carnation-bouquet:#f6c1d0;
--petal-poise:#f8e2f2;
--meadow-yellow:#f9d890;
--apricot-glazed-chicken:#f5a524;
}