Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.orange-hibiscus {
color: #ff9a47;
}
.warm-apricot {
color: #ffb566;
}
.feather-plume {
color: #ffdbb3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--orange-hibiscus:#ff9a47;
--warm-apricot:#ffb566;
--feather-plume:#ffdbb3;
--creamy-cloud-dreams:#fff5e0;
}