Color names in this palette
CSS code for this palette
/* CSS */
.bellini {
color: #f1cab1;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
.childhood-crush {
color: #e06c6c;
}
.floriography {
color: #a93d4b;
}
.windsor-wine {
color: #5c2e3d;
}
/* CSS Variables */
:root {
--bellini:#f1cab1;
--vinaceous-cinnamon:#f28c8c;
--childhood-crush:#e06c6c;
--floriography:#a93d4b;
--windsor-wine:#5c2e3d;
}