Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3c9090;
}
.artesian-well {
color: #59b1b1;
}
.mountain-lake-blue {
color: #85d6d6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--blue-chill:#3c9090;
--artesian-well:#59b1b1;
--mountain-lake-blue:#85d6d6;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e8493b;
}