Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.twinkling-lights {
color: #fff9c2;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--twinkling-lights:#fff9c2;
--peach-of-mind:#ffe0b3;
}