Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.peachy-summer-skies {
color: #ffd9a8;
}
.kansas-grain {
color: #ffe6cc;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--peachy-summer-skies:#ffd9a8;
--kansas-grain:#ffe6cc;
}