Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.nanohanacha-gold {
color: #e3b031;
}
.phoenix-fossil {
color: #f6d89d;
}
.sky-high {
color: #a8c5eb;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--nanohanacha-gold:#e3b031;
--phoenix-fossil:#f6d89d;
--sky-high:#a8c5eb;
--olympic-blue:#4b91e2;
}