Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.martinique {
color: #393946;
}
.space-station {
color: #6b6b7b;
}
.thimble-red {
color: #a46088;
}
.cranberry-splash {
color: #d84b65;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--martinique:#393946;
--space-station:#6b6b7b;
--thimble-red:#a46088;
--cranberry-splash:#d84b65;
}