Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.common-dandelion {
color: #ffd65c;
}
.creamy-lemon {
color: #fff4b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--common-dandelion:#ffd65c;
--creamy-lemon:#fff4b3;
}