Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-beige {
color: #f2c5b5;
}
.seasonal-beige {
color: #e9b79f;
}
.pelican-pink {
color: #e5a694;
}
.boot-hill-ghost {
color: #dead8c;
}
.rosettee {
color: #d9a191;
}
/* CSS Variables */
:root {
--brilliant-beige:#f2c5b5;
--seasonal-beige:#e9b79f;
--pelican-pink:#e5a694;
--boot-hill-ghost:#dead8c;
--rosettee:#d9a191;
}