Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c8;
}
.biscuit-cream {
color: #f8c9b4;
}
.james-blonde {
color: #f0e2b7;
}
.ode-to-green {
color: #b9e4d8;
}
.aurora-teal {
color: #6fb3b0;
}
/* CSS Variables */
:root {
--chantilly:#eab8c8;
--biscuit-cream:#f8c9b4;
--james-blonde:#f0e2b7;
--ode-to-green:#b9e4d8;
--aurora-teal:#6fb3b0;
}