Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f7d559;
}
.orange-glass {
color: #fccb7e;
}
.peach-bud {
color: #f9b1ae;
}
.pink-carnation {
color: #f37c9e;
}
.cyclamen-red {
color: #a95b8c;
}
/* CSS Variables */
:root {
--wake-me-up:#f7d559;
--orange-glass:#fccb7e;
--peach-bud:#f9b1ae;
--pink-carnation:#f37c9e;
--cyclamen-red:#a95b8c;
}