Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.royal-star {
color: #f9df4e;
}
.royal-yellow {
color: #f9d94e;
}
.xanthous {
color: #f3b72b;
}
.carnival {
color: #e68a2d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--royal-star:#f9df4e;
--royal-yellow:#f9d94e;
--xanthous:#f3b72b;
--carnival:#e68a2d;
}