Color names in this palette
CSS code for this palette
/* CSS */
.icicle-mint {
color: #d0e7e5;
}
.smooth-satin {
color: #a4d6d2;
}
.aqua-sky {
color: #74bebe;
}
.twilight-meadow {
color: #4da3a3;
}
.taos-turquoise {
color: #298989;
}
/* CSS Variables */
:root {
--icicle-mint:#d0e7e5;
--smooth-satin:#a4d6d2;
--aqua-sky:#74bebe;
--twilight-meadow:#4da3a3;
--taos-turquoise:#298989;
}