Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ab8e0;
}
.swimmers-pool {
color: #2fcab6;
}
.mint-jelly {
color: #4ce1a0;
}
.teal-deer {
color: #90e9b2;
}
.majestic-treasures {
color: #f2e9a1;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ab8e0;
--swimmers-pool:#2fcab6;
--mint-jelly:#4ce1a0;
--teal-deer:#90e9b2;
--majestic-treasures:#f2e9a1;
}