Color names in this palette
CSS code for this palette
/* CSS */
.blue-damselfly {
color: #2b9ed4;
}
.sea-capture {
color: #5ac5e2;
}
.ice-crystal-blue {
color: #a6e3e3;
}
.cocoa-butter {
color: #f5f7c5;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--blue-damselfly:#2b9ed4;
--sea-capture:#5ac5e2;
--ice-crystal-blue:#a6e3e3;
--cocoa-butter:#f5f7c5;
--shrimp-cocktail:#f4a462;
}