Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.first-date {
color: #f8afa0;
}
.khaki-core {
color: #f9e3ae;
}
.greenbrier {
color: #4d9d6d;
}
.rangitoto {
color: #2c3b21;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--first-date:#f8afa0;
--khaki-core:#f9e3ae;
--greenbrier:#4d9d6d;
--rangitoto:#2c3b21;
}