Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.brilliant-beige {
color: #f1c4b7;
}
.wine-frost {
color: #e6d6e1;
}
.cream-cake {
color: #e3d3ab;
}
.elemental-tan {
color: #c9b89c;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--brilliant-beige:#f1c4b7;
--wine-frost:#e6d6e1;
--cream-cake:#e3d3ab;
--elemental-tan:#c9b89c;
}