Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f7c8b6;
}
.burning-coals {
color: #f29d73;
}
.orange-gluttony {
color: #e77e23;
}
.pomegranate {
color: #bf564f;
}
.pretty-in-prune {
color: #6a2a5b;
}
/* CSS Variables */
:root {
--serene-pink:#f7c8b6;
--burning-coals:#f29d73;
--orange-gluttony:#e77e23;
--pomegranate:#bf564f;
--pretty-in-prune:#6a2a5b;
}