Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f2f8f8;
}
.mountain-dew {
color: #d0e2df;
}
.lolly-ice {
color: #a6d8d3;
}
.aqua-belt {
color: #7ecdcc;
}
.north-wind {
color: #4cc2c0;
}
/* CSS Variables */
:root {
--distant-horizon:#f2f8f8;
--mountain-dew:#d0e2df;
--lolly-ice:#a6d8d3;
--aqua-belt:#7ecdcc;
--north-wind:#4cc2c0;
}