Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1c31;
}
.skipper-blue {
color: #4e4e79;
}
.violet-aura {
color: #828aa1;
}
.silver {
color: #bfbfbf;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--black-howl:#1c1c31;
--skipper-blue:#4e4e79;
--violet-aura:#828aa1;
--silver:#bfbfbf;
--grapefruit-pulp:#ff6e61;
}