Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c2b6;
}
.violet-kiss {
color: #f1a7d3;
}
.instant-noodles {
color: #f5d594;
}
.garlic-butter {
color: #e5e05d;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c2b6;
--violet-kiss:#f1a7d3;
--instant-noodles:#f5d594;
--garlic-butter:#e5e05d;
--floral-leaf:#ffb84d;
}