Color names in this palette
CSS code for this palette
/* CSS */
.miami-marmalade {
color: #f78d1d;
}
.sunny-mood {
color: #f7c94b;
}
.ocean-in-a-bowl {
color: #69e2c8;
}
.red-rampage {
color: #ef3b1f;
}
.cadmium-violet {
color: #7e3d99;
}
/* CSS Variables */
:root {
--miami-marmalade:#f78d1d;
--sunny-mood:#f7c94b;
--ocean-in-a-bowl:#69e2c8;
--red-rampage:#ef3b1f;
--cadmium-violet:#7e3d99;
}