Color names in this palette
CSS code for this palette
/* CSS */
.bright-sun {
color: #e9b92b;
}
.sorreno-lemon {
color: #f2d35a;
}
.lemon-filling {
color: #f8e6a5;
}
.shrimp-toast {
color: #f7c5a1;
}
.watermelon-juice {
color: #f25a7d;
}
/* CSS Variables */
:root {
--bright-sun:#e9b92b;
--sorreno-lemon:#f2d35a;
--lemon-filling:#f8e6a5;
--shrimp-toast:#f7c5a1;
--watermelon-juice:#f25a7d;
}