Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c2;
}
.conch {
color: #a0b1af;
}
.greyed-jade {
color: #91b69f;
}
.malibu-coast {
color: #e6cfc1;
}
.seasonal-beige {
color: #e5b39f;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c2;
--conch:#a0b1af;
--greyed-jade:#91b69f;
--malibu-coast:#e6cfc1;
--seasonal-beige:#e5b39f;
}