Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.trump-tan {
color: #f9a76c;
}
.wiener-schnitzel {
color: #f09c00;
}
.rainy-lake {
color: #3e6a8e;
}
.blue-fantastic {
color: #2c3b4e;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--trump-tan:#f9a76c;
--wiener-schnitzel:#f09c00;
--rainy-lake:#3e6a8e;
--blue-fantastic:#2c3b4e;
}