Color names in this palette
CSS code for this palette
/* CSS */
.kinder {
color: #b7c1c8;
}
.porch-ceiling {
color: #a3b3b8;
}
.lakefront {
color: #8b9ca7;
}
.lucid-blue {
color: #7b8d9d;
}
.sheffield-grey {
color: #6b7880;
}
/* CSS Variables */
:root {
--kinder:#b7c1c8;
--porch-ceiling:#a3b3b8;
--lakefront:#8b9ca7;
--lucid-blue:#7b8d9d;
--sheffield-grey:#6b7880;
}