Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d7cf;
}
.ode-to-green {
color: #b9e4d8;
}
.pale-chamois {
color: #efe4d7;
}
.sparkling-pink {
color: #f3cee4;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--sinbad:#a7d7cf;
--ode-to-green:#b9e4d8;
--pale-chamois:#efe4d7;
--sparkling-pink:#f3cee4;
--beauty-bush:#ebb9b2;
}