Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.floral-leaf {
color: #ffb84d;
}
.chickery-chick {
color: #ffea8f;
}
.fair-aqua {
color: #b4e4d9;
}
.cossack-dancer {
color: #4c8e9e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--floral-leaf:#ffb84d;
--chickery-chick:#ffea8f;
--fair-aqua:#b4e4d9;
--cossack-dancer:#4c8e9e;
}