Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.gilded {
color: #f5e14d;
}
.citrus-sachet {
color: #f1c6a7;
}
.childhood-crush {
color: #e27169;
}
.mulberry-yogurt {
color: #c44f8c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--gilded:#f5e14d;
--citrus-sachet:#f1c6a7;
--childhood-crush:#e27169;
--mulberry-yogurt:#c44f8c;
}