Color names in this palette
CSS code for this palette
/* CSS */
.sick-blue {
color: #4b2e8a;
}
.grapes-of-italy {
color: #6e4e8d;
}
.cosmetic-red {
color: #a65e7c;
}
.cronut {
color: #d7a060;
}
.sandstorm {
color: #f2d440;
}
/* CSS Variables */
:root {
--sick-blue:#4b2e8a;
--grapes-of-italy:#6e4e8d;
--cosmetic-red:#a65e7c;
--cronut:#d7a060;
--sandstorm:#f2d440;
}