Color names in this palette
CSS code for this palette
/* CSS */
.crackling-lake {
color: #b2c5cd;
}
.diamond-white {
color: #e0f1f5;
}
.white-solid {
color: #f5f8fa;
}
.alibi {
color: #d4cac4;
}
.stardew {
color: #a6b1b5;
}
/* CSS Variables */
:root {
--crackling-lake:#b2c5cd;
--diamond-white:#e0f1f5;
--white-solid:#f5f8fa;
--alibi:#d4cac4;
--stardew:#a6b1b5;
}