Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.blue-angels-yellow {
color: #fab700;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.bourbon-peach {
color: #e9802f;
}
.king-crimson {
color: #c84c4c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--blue-angels-yellow:#fab700;
--creamy-sweet-corn:#f9c34e;
--bourbon-peach:#e9802f;
--king-crimson:#c84c4c;
}