Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6d13c;
}
.amber-yellow {
color: #f8b55d;
}
.pumpkin-hue {
color: #f6a579;
}
.geranium-pink {
color: #f58e9e;
}
.pink-carnation {
color: #f575a2;
}
/* CSS Variables */
:root {
--marigold-dust:#f6d13c;
--amber-yellow:#f8b55d;
--pumpkin-hue:#f6a579;
--geranium-pink:#f58e9e;
--pink-carnation:#f575a2;
}