Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.empire-yellow {
color: #f5d000;
}
.sugar-cookie {
color: #f2e1a1;
}
.angela-bay {
color: #a4c3e5;
}
.rainy-lake {
color: #3d6a8f;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--empire-yellow:#f5d000;
--sugar-cookie:#f2e1a1;
--angela-bay:#a4c3e5;
--rainy-lake:#3d6a8f;
}