Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.exotic-flower {
color: #ffa04d;
}
.vintage-orange {
color: #ffb35c;
}
.common-dandelion {
color: #ffd65c;
}
.creamy-sunshine-pastel {
color: #fff9b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--exotic-flower:#ffa04d;
--vintage-orange:#ffb35c;
--common-dandelion:#ffd65c;
--creamy-sunshine-pastel:#fff9b3;
}