Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.hygiene-green {
color: #5cb7b7;
}
.mountain-lake-blue {
color: #85d6d6;
}
.sunny-mood {
color: #f7c94b;
}
.clarified-butter {
color: #e69a28;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--hygiene-green:#5cb7b7;
--mountain-lake-blue:#85d6d6;
--sunny-mood:#f7c94b;
--clarified-butter:#e69a28;
}