Color names in this palette
CSS code for this palette
/* CSS */
.river-mist {
color: #d5e2d5;
}
.vast-sky {
color: #a8c8d6;
}
.warming-peach {
color: #e6b8a2;
}
.bellini {
color: #f6c8b1;
}
.friendly-yellow {
color: #f7e3b0;
}
/* CSS Variables */
:root {
--river-mist:#d5e2d5;
--vast-sky:#a8c8d6;
--warming-peach:#e6b8a2;
--bellini:#f6c8b1;
--friendly-yellow:#f7e3b0;
}