Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.carbon-blue {
color: #393951;
}
.taylor {
color: #5c5c7a;
}
.purple-heather {
color: #b8b8d5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--carbon-blue:#393951;
--taylor:#5c5c7a;
--purple-heather:#b8b8d5;
--grapefruit-pulp:#ff6e61;
}