Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c1b6;
}
.jade-spell {
color: #c2e5d5;
}
.ocean-cruise {
color: #9ed4e0;
}
.barley-white {
color: #f6e4b6;
}
.flash-in-the-pan {
color: #ff997a;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c1b6;
--jade-spell:#c2e5d5;
--ocean-cruise:#9ed4e0;
--barley-white:#f6e4b6;
--flash-in-the-pan:#ff997a;
}