Color names in this palette
CSS code for this palette
/* CSS */
.vast-sky {
color: #a8c9d7;
}
.early-june {
color: #b2d3e0;
}
.light-supernova {
color: #d0e6e2;
}
.smooth-as-corn-silk {
color: #f4e5b4;
}
.brain-pink {
color: #f2b1b2;
}
/* CSS Variables */
:root {
--vast-sky:#a8c9d7;
--early-june:#b2d3e0;
--light-supernova:#d0e6e2;
--smooth-as-corn-silk:#f4e5b4;
--brain-pink:#f2b1b2;
}