Color names in this palette
CSS code for this palette
/* CSS */
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.whipped-apricot {
color: #ffd199;
}
.wispy-white {
color: #ffc294;
}
.coral-correlation {
color: #ffad8f;
}
.candy {
color: #ff9b85;
}
/* CSS Variables */
:root {
--peach-cr-me-br-l-e:#ffe09e;
--whipped-apricot:#ffd199;
--wispy-white:#ffc294;
--coral-correlation:#ffad8f;
--candy:#ff9b85;
}