Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d67c2e;
}
.apricot-sorbet {
color: #e5a55d;
}
.sunday-afternoon {
color: #f6c879;
}
.vanilla-cream {
color: #f7e2ab;
}
.pansy-posie {
color: #c0a5b4;
}
/* CSS Variables */
:root {
--bitter-orange:#d67c2e;
--apricot-sorbet:#e5a55d;
--sunday-afternoon:#f6c879;
--vanilla-cream:#f7e2ab;
--pansy-posie:#c0a5b4;
}