Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.sunny-mood {
color: #f7c94b;
}
.miami-marmalade {
color: #f78d1d;
}
.pumping-spice {
color: #f64c51;
}
.citrus-sachet {
color: #f4c7a9;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--sunny-mood:#f7c94b;
--miami-marmalade:#f78d1d;
--pumping-spice:#f64c51;
--citrus-sachet:#f4c7a9;
}