Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.first-date {
color: #f8afa0;
}
.chubby-kiss {
color: #b63a4a;
}
.sweet-grape {
color: #4b3b54;
}
.seastone {
color: #7d8b8c;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--first-date:#f8afa0;
--chubby-kiss:#b63a4a;
--sweet-grape:#4b3b54;
--seastone:#7d8b8c;
}