Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.uldum-beige {
color: #fbc57e;
}
.polka-dot-skirt {
color: #fce1a1;
}
.n-rang-orange {
color: #ff8052;
}
.tomato-bisque {
color: #d35c12;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--uldum-beige:#fbc57e;
--polka-dot-skirt:#fce1a1;
--n-rang-orange:#ff8052;
--tomato-bisque:#d35c12;
}