Color names in this palette
CSS code for this palette
/* CSS */
.sunporch {
color: #ffd28a;
}
.floral-leaf {
color: #ffb84d;
}
.laddu-orange {
color: #ff8c1a;
}
.bitter-orange {
color: #d67d29;
}
.scarecrow-frown {
color: #a65e2b;
}
/* CSS Variables */
:root {
--sunporch:#ffd28a;
--floral-leaf:#ffb84d;
--laddu-orange:#ff8c1a;
--bitter-orange:#d67d29;
--scarecrow-frown:#a65e2b;
}