Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e2;
}
.catch-the-wave {
color: #b4d9d8;
}
.pink-scallop {
color: #f1e0d5;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--template:#a6c7e2;
--catch-the-wave:#b4d9d8;
--pink-scallop:#f1e0d5;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}