Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4fb8e8;
}
.blue-damselfly {
color: #2b9cda;
}
.larimar-blue {
color: #1e7ba9;
}
.shrimp-cocktail {
color: #f4a462;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--clean-pool:#4fb8e8;
--blue-damselfly:#2b9cda;
--larimar-blue:#1e7ba9;
--shrimp-cocktail:#f4a462;
--university-of-tennessee-orange:#f57e00;
}