Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3b9191;
}
.artesian-well {
color: #5cb2b2;
}
.island-oasis {
color: #8dd8d8;
}
.mint-macaron {
color: #b2f0f0;
}
.qing-yellow {
color: #ffcc66;
}
/* CSS Variables */
:root {
--blue-chill:#3b9191;
--artesian-well:#5cb2b2;
--island-oasis:#8dd8d8;
--mint-macaron:#b2f0f0;
--qing-yellow:#ffcc66;
}