Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8d8a;
}
.chinese-lacquer {
color: #5fc4c2;
}
.cold-blue {
color: #87e3db;
}
.duck-egg-blue {
color: #c4f8f7;
}
.snowman {
color: #fefbfb;
}
/* CSS Variables */
:root {
--blue-chill:#3a8d8a;
--chinese-lacquer:#5fc4c2;
--cold-blue:#87e3db;
--duck-egg-blue:#c4f8f7;
--snowman:#fefbfb;
}