Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d000;
}
.bone-white {
color: #f2e1b1;
}
.skylark {
color: #c0e6f2;
}
.deluxe-days {
color: #8ecae6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d000;
--bone-white:#f2e1b1;
--skylark:#c0e6f2;
--deluxe-days:#8ecae6;
}