Color names in this palette
CSS code for this palette
/* CSS */
.baby-s-breath {
color: #d9e4e8;
}
.scandinavian-sky {
color: #c1d3d7;
}
.vast-sky {
color: #a8c9d7;
}
.channel {
color: #f1c4c0;
}
.just-blush {
color: #f9b4a4;
}
/* CSS Variables */
:root {
--baby-s-breath:#d9e4e8;
--scandinavian-sky:#c1d3d7;
--vast-sky:#a8c9d7;
--channel:#f1c4c0;
--just-blush:#f9b4a4;
}