Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.bleached-sunflower {
color: #f9e8a9;
}
.night-owl {
color: #5c7a8a;
}
.discovery-bay {
color: #276677;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--deep-fried-sun-rays:#f6c55a;
--bleached-sunflower:#f9e8a9;
--night-owl:#5c7a8a;
--discovery-bay:#276677;
}