Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.ballet-blue {
color: #b0c4d8;
}
.baby-bunting {
color: #aac7e9;
}
.wizard-white {
color: #e1f0f9;
}
.icicle-mint {
color: #d0e7e3;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--ballet-blue:#b0c4d8;
--baby-bunting:#aac7e9;
--wizard-white:#e1f0f9;
--icicle-mint:#d0e7e3;
}