Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.blended-fruit {
color: #f9e1a4;
}
.snow-white-blush {
color: #f9aeae;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--deep-fried-sun-rays:#f5c661;
--blended-fruit:#f9e1a4;
--snow-white-blush:#f9aeae;
--hot-coral:#f25a5a;
}