Color names in this palette
CSS code for this palette
/* CSS */
.clear-vision {
color: #e4f1f6;
}
.basin-blue {
color: #b9e2e4;
}
.aqua-island {
color: #a1d9d3;
}
.in-the-pink {
color: #f2c5d3;
}
.heirloom-lace {
color: #f6e6d5;
}
/* CSS Variables */
:root {
--clear-vision:#e4f1f6;
--basin-blue:#b9e2e4;
--aqua-island:#a1d9d3;
--in-the-pink:#f2c5d3;
--heirloom-lace:#f6e6d5;
}