Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a4c0e5;
}
.shrimp-cocktail {
color: #f4a462;
}
.ice-cream-parlour {
color: #f9d4ae;
}
.entan-red {
color: #e76e50;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--artesian-pool:#a4c0e5;
--shrimp-cocktail:#f4a462;
--ice-cream-parlour:#f9d4ae;
--entan-red:#e76e50;
--azure-tide:#2a9d90;
}