Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.wake-me-up {
color: #f6d55a;
}
.atlantic-wave {
color: #3e7a78;
}
.eerie-glow {
color: #a7d7b8;
}
.peach-bud {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--wake-me-up:#f6d55a;
--atlantic-wave:#3e7a78;
--eerie-glow:#a7d7b8;
--peach-bud:#f9b1ae;
}