Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.blended-fruit {
color: #f8e2a5;
}
.durango-dust {
color: #f9e19f;
}
.pink-marshmallow {
color: #f4b4d4;
}
.lilac-chiffon {
color: #e29cc3;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--blended-fruit:#f8e2a5;
--durango-dust:#f9e19f;
--pink-marshmallow:#f4b4d4;
--lilac-chiffon:#e29cc3;
}