Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.little-sun-dress {
color: #f6c960;
}
.optimistic-yellow {
color: #f4e1a4;
}
.atlantic-ocean {
color: #a6d6e3;
}
.hippie-blue {
color: #4b8a9b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--little-sun-dress:#f6c960;
--optimistic-yellow:#f4e1a4;
--atlantic-ocean:#a6d6e3;
--hippie-blue:#4b8a9b;
}