Color names in this palette
CSS code for this palette
/* CSS */
.seachange {
color: #3d8d99;
}
.crystalsong-blue {
color: #4fb5b4;
}
.pluviophile {
color: #6bdfe1;
}
.shrimp-cocktail {
color: #f4a462;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--seachange:#3d8d99;
--crystalsong-blue:#4fb5b4;
--pluviophile:#6bdfe1;
--shrimp-cocktail:#f4a462;
--grapefruit-pulp:#ff6e61;
}