Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.golden {
color: #f5c000;
}
.tartrazine {
color: #f9d81a;
}
.bicycle-yellow {
color: #fce68d;
}
.sun-drenched {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--golden:#f5c000;
--tartrazine:#f9d81a;
--bicycle-yellow:#fce68d;
--sun-drenched:#ffe7a3;
}