Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3d598a;
}
.pale-flower {
color: #698dab;
}
.country-air {
color: #a2b6c8;
}
.country-linens {
color: #d6c2a8;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--delft:#3d598a;
--pale-flower:#698dab;
--country-air:#a2b6c8;
--country-linens:#d6c2a8;
--shrimp-cocktail:#f4a462;
}