Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.peach-of-mind {
color: #ffe0b3;
}
.frozen-salmon {
color: #ffa98f;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--peach-of-mind:#ffe0b3;
--frozen-salmon:#ffa98f;
}