Color names in this palette
CSS code for this palette
/* CSS */
.high-rise {
color: #afb2b6;
}
.porch-ceiling {
color: #a3b3b8;
}
.gould-blue {
color: #7e9da0;
}
.breaker-bay {
color: #4f7a7d;
}
.dad-s-coupe {
color: #2e494d;
}
/* CSS Variables */
:root {
--high-rise:#afb2b6;
--porch-ceiling:#a3b3b8;
--gould-blue:#7e9da0;
--breaker-bay:#4f7a7d;
--dad-s-coupe:#2e494d;
}