Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #4c9e9e;
}
.may-day {
color: #56c8c8;
}
.everest {
color: #a1e3e3;
}
.cocoa-butter {
color: #f6f4c1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#4c9e9e;
--may-day:#56c8c8;
--everest:#a1e3e3;
--cocoa-butter:#f6f4c1;
--shrimp-cocktail:#f4a462;
}