Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pinard-yellow {
color: #f5c800;
}
.buttery-croissant {
color: #f8e29b;
}
.emperor-s-children {
color: #f7a1b4;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pinard-yellow:#f5c800;
--buttery-croissant:#f8e29b;
--emperor-s-children:#f7a1b4;
--lively-coral:#e67b79;
}