Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f2d85a;
}
.welcoming-wasp {
color: #f0a800;
}
.dusty-orange {
color: #e06e48;
}
.blush-d-amour {
color: #d95e87;
}
.moonlight-melody {
color: #b76cb3;
}
/* CSS Variables */
:root {
--wake-me-up:#f2d85a;
--welcoming-wasp:#f0a800;
--dusty-orange:#e06e48;
--blush-d-amour:#d95e87;
--moonlight-melody:#b76cb3;
}