Color names in this palette
CSS code for this palette
/* CSS */
.blood-rush {
color: #a72525;
}
.red-power {
color: #d93a3a;
}
.camellia {
color: #f1675b;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.deviled-egg {
color: #fdd67c;
}
/* CSS Variables */
:root {
--blood-rush:#a72525;
--red-power:#d93a3a;
--camellia:#f1675b;
--gemini-mustard-momento:#f9a34e;
--deviled-egg:#fdd67c;
}