Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f79c40;
}
.amber-yellow {
color: #fbb35b;
}
.basket-of-gold {
color: #f0cf3d;
}
.deep-fried-sun-rays {
color: #f7c859;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f79c40;
--amber-yellow:#fbb35b;
--basket-of-gold:#f0cf3d;
--deep-fried-sun-rays:#f7c859;
}