Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d4a4df;
}
.rosecco {
color: #eab8e4;
}
.walnut-cream {
color: #f6d8b1;
}
.apricot-obsession {
color: #f8c6b4;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--spring-wisteria:#d4a4df;
--rosecco:#eab8e4;
--walnut-cream:#f6d8b1;
--apricot-obsession:#f8c6b4;
--opal-flame:#f15e4b;
}