Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #f8d63f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.orangeade {
color: #e04f38;
}
.lusty-lips {
color: #d7194c;
}
.dahlia {
color: #8e3e8b;
}
/* CSS Variables */
:root {
--dandelion-yellow:#f8d63f;
--apricot-glazed-chicken:#f5a524;
--orangeade:#e04f38;
--lusty-lips:#d7194c;
--dahlia:#8e3e8b;
}