Color names in this palette
CSS code for this palette
/* CSS */
.apricot-gelato {
color: #f7d5b0;
}
.pink-marshmallow {
color: #f1b6d2;
}
.apricot-obsession {
color: #f8c6b4;
}
.sun-bleached-ochre {
color: #e2a87e;
}
.lazy-daisy {
color: #f6e8a2;
}
/* CSS Variables */
:root {
--apricot-gelato:#f7d5b0;
--pink-marshmallow:#f1b6d2;
--apricot-obsession:#f8c6b4;
--sun-bleached-ochre:#e2a87e;
--lazy-daisy:#f6e8a2;
}