Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.wake-me-up {
color: #f6d55a;
}
.mint-jelly {
color: #3fca9e;
}
.river-fountain {
color: #1f8a8e;
}
.sambucus {
color: #1a1a2e;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--wake-me-up:#f6d55a;
--mint-jelly:#3fca9e;
--river-fountain:#1f8a8e;
--sambucus:#1a1a2e;
}