Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunglow {
color: #ffcc33;
}
.rodan-gold {
color: #ffdc5c;
}
.sun-drenched {
color: #ffe7a3;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunglow:#ffcc33;
--rodan-gold:#ffdc5c;
--sun-drenched:#ffe7a3;
--silky-tofu:#fff5e5;
}