Color names in this palette
CSS code for this palette
/* CSS */
.leery-lemon {
color: #f6ca1e;
}
.welcoming-wasp {
color: #f0a800;
}
.dried-goldenrod {
color: #e6a92d;
}
.bitter-orange {
color: #d57a2a;
}
.roland-garros {
color: #be5227;
}
/* CSS Variables */
:root {
--leery-lemon:#f6ca1e;
--welcoming-wasp:#f0a800;
--dried-goldenrod:#e6a92d;
--bitter-orange:#d57a2a;
--roland-garros:#be5227;
}