Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.tiny-mr-frosty {
color: #b8d2e5;
}
.baby-s-breath {
color: #d8e4e9;
}
.distant-horizon {
color: #f1f7f8;
}
.venus-pink {
color: #f1e4e7;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--tiny-mr-frosty:#b8d2e5;
--baby-s-breath:#d8e4e9;
--distant-horizon:#f1f7f8;
--venus-pink:#f1e4e7;
}