Color names in this palette
CSS code for this palette
/* CSS */
.porch-ceiling {
color: #a3b3b8;
}
.blue-shale {
color: #b8cacc;
}
.skydiving {
color: #c5d6d8;
}
.beachcomber {
color: #d8e2e4;
}
.ethereal-white {
color: #e7f1f3;
}
/* CSS Variables */
:root {
--porch-ceiling:#a3b3b8;
--blue-shale:#b8cacc;
--skydiving:#c5d6d8;
--beachcomber:#d8e2e4;
--ethereal-white:#e7f1f3;
}