Color names in this palette
CSS code for this palette
/* CSS */
.baltic-sea {
color: #3b3d3f;
}
.granite-canyon {
color: #6c6f75;
}
.ultimate-grey {
color: #a7a8aa;
}
.soft-tone {
color: #c3b5b1;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--baltic-sea:#3b3d3f;
--granite-canyon:#6c6f75;
--ultimate-grey:#a7a8aa;
--soft-tone:#c3b5b1;
--babe:#e07b7b;
}