Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #d8a84f;
}
.celebration {
color: #e5c27b;
}
.roadster-yellow {
color: #f3e0a0;
}
.petals-unfolding {
color: #f4b8bf;
}
.out-of-fashion {
color: #f46c8c;
}
/* CSS Variables */
:root {
--golden-apricot:#d8a84f;
--celebration:#e5c27b;
--roadster-yellow:#f3e0a0;
--petals-unfolding:#f4b8bf;
--out-of-fashion:#f46c8c;
}