Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.spilt-milk {
color: #f3f9d2;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--spilt-milk:#f3f9d2;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--snap-shot:#2b3d50;
}