Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4f6f9c;
}
.sidewalk-grey {
color: #7d8c9b;
}
.grey-matters {
color: #a7a9a2;
}
.smooth-pebbles {
color: #c8b9b1;
}
.bussell-lace {
color: #e6a2a2;
}
/* CSS Variables */
:root {
--cobalt-flame:#4f6f9c;
--sidewalk-grey:#7d8c9b;
--grey-matters:#a7a9a2;
--smooth-pebbles:#c8b9b1;
--bussell-lace:#e6a2a2;
}