Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.forsythia-blossom {
color: #f3d66d;
}
.patina-green {
color: #b9e8b0;
}
.diroset {
color: #5ec59f;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--antique-wicker-basket:#f6d2a2;
--forsythia-blossom:#f3d66d;
--patina-green:#b9e8b0;
--diroset:#5ec59f;
}