Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e4e0;
}
.aqua-splash {
color: #85d1d1;
}
.veranda-blue {
color: #65b3b3;
}
.twilight-meadow {
color: #4da3a3;
}
.blue-chill {
color: #3a8d8d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e4e0;
--aqua-splash:#85d1d1;
--veranda-blue:#65b3b3;
--twilight-meadow:#4da3a3;
--blue-chill:#3a8d8d;
}