Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e5b8d4;
}
.cherry-blossom {
color: #f4c3d4;
}
.apricot-obsession {
color: #f8c2b4;
}
.shrimp-cocktail {
color: #f4a462;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--eau-de-rose:#e5b8d4;
--cherry-blossom:#f4c3d4;
--apricot-obsession:#f8c2b4;
--shrimp-cocktail:#f4a462;
--opal-flame:#f15e4b;
}