Color names in this palette
CSS code for this palette
/* CSS */
.blue-plaza {
color: #2f353c;
}
.country-sky {
color: #4a5359;
}
.pompeii-ash {
color: #6a747c;
}
.porch-ceiling {
color: #a3b3b8;
}
.light-pure-blue {
color: #c0d3d8;
}
/* CSS Variables */
:root {
--blue-plaza:#2f353c;
--country-sky:#4a5359;
--pompeii-ash:#6a747c;
--porch-ceiling:#a3b3b8;
--light-pure-blue:#c0d3d8;
}