Color names in this palette
CSS code for this palette
/* CSS */
.rose-rush {
color: #d71d5b;
}
.sun-orange {
color: #f47b1f;
}
.not-yo-cheese {
color: #fbc02d;
}
.citrus-surge {
color: #8bc34b;
}
.karimun-blue {
color: #2094f3;
}
/* CSS Variables */
:root {
--rose-rush:#d71d5b;
--sun-orange:#f47b1f;
--not-yo-cheese:#fbc02d;
--citrus-surge:#8bc34b;
--karimun-blue:#2094f3;
}