Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.royal-yellow {
color: #f8d94f;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-plumeria {
color: #fbce74;
}
.dried-goldenrod {
color: #e2a62c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--royal-yellow:#f8d94f;
--welcoming-wasp:#f0a800;
--golden-plumeria:#fbce74;
--dried-goldenrod:#e2a62c;
}