Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d3a03c;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.slap-happy {
color: #c8d34a;
}
.fiesta-blue {
color: #6dc0b2;
}
.rainy-lake {
color: #3b6c91;
}
/* CSS Variables */
:root {
--cremini:#d3a03c;
--ride-off-into-the-sunset:#f3d05e;
--slap-happy:#c8d34a;
--fiesta-blue:#6dc0b2;
--rainy-lake:#3b6c91;
}