Color names in this palette
CSS code for this palette
/* CSS */
.rotunda-gold {
color: #f6e0c1;
}
.biscuit-cream {
color: #f9cbb9;
}
.coral-blush {
color: #e8a08d;
}
.rhine-wine {
color: #c36993;
}
.grapes-of-italy {
color: #6e4b8b;
}
/* CSS Variables */
:root {
--rotunda-gold:#f6e0c1;
--biscuit-cream:#f9cbb9;
--coral-blush:#e8a08d;
--rhine-wine:#c36993;
--grapes-of-italy:#6e4b8b;
}