Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.laddu-orange {
color: #ff8c1a;
}
.floral-leaf {
color: #ffb84d;
}
.sickly-yellow {
color: #d4e62d;
}
.p-ra-rocha {
color: #a3d22d;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--laddu-orange:#ff8c1a;
--floral-leaf:#ffb84d;
--sickly-yellow:#d4e62d;
--p-ra-rocha:#a3d22d;
}