Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.thistle {
color: #d8c0d8;
}
.blobfish {
color: #ffc2cc;
}
.soviet-gold {
color: #ffd900;
}
.guilliman-blue {
color: #6494ed;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--thistle:#d8c0d8;
--blobfish:#ffc2cc;
--soviet-gold:#ffd900;
--guilliman-blue:#6494ed;
}