Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.sorreno-lemon {
color: #f5cf5b;
}
.miami-marmalade {
color: #f28e1c;
}
.sohi-red {
color: #e75b3c;
}
.hyacinth-violet {
color: #9b4f9c;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--sorreno-lemon:#f5cf5b;
--miami-marmalade:#f28e1c;
--sohi-red:#e75b3c;
--hyacinth-violet:#9b4f9c;
}