Color names in this palette
CSS code for this palette
/* CSS */
.butterfly {
color: #cbd9a5;
}
.fireflies {
color: #f6daa7;
}
.sweet-curry {
color: #e7a36f;
}
.fire-island {
color: #d94f3a;
}
.sweet-brown {
color: #a7332f;
}
/* CSS Variables */
:root {
--butterfly:#cbd9a5;
--fireflies:#f6daa7;
--sweet-curry:#e7a36f;
--fire-island:#d94f3a;
--sweet-brown:#a7332f;
}