Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.yuzu-marmalade {
color: #ffd966;
}
.sunkissed-yellow {
color: #ffeab8;
}
.conditioner {
color: #ffffcc;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--yuzu-marmalade:#ffd966;
--sunkissed-yellow:#ffeab8;
--conditioner:#ffffcc;
}