Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.wake-me-up {
color: #f6d55a;
}
.atlantic-wave {
color: #3e7a78;
}
.valhalla {
color: #2a2c41;
}
.poppy-power {
color: #ef253c;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--wake-me-up:#f6d55a;
--atlantic-wave:#3e7a78;
--valhalla:#2a2c41;
--poppy-power:#ef253c;
}