Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d5d4;
}
.fine-blue {
color: #b7e1df;
}
.icicle-mint {
color: #d0e7e5;
}
.ethereal-white {
color: #e6f4f3;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d5d4;
--fine-blue:#b7e1df;
--icicle-mint:#d0e7e5;
--ethereal-white:#e6f4f3;
--distant-horizon:#f1f9f8;
}