Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.benihi-red {
color: #f1543b;
}
.sea-nettle {
color: #f67a3c;
}
.gemini-mustard-momento {
color: #f8a94f;
}
.little-sun-dress {
color: #f7c95e;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--benihi-red:#f1543b;
--sea-nettle:#f67a3c;
--gemini-mustard-momento:#f8a94f;
--little-sun-dress:#f7c95e;
}