Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.springtime {
color: #e6e6b2;
}
.juzcar-blue {
color: #a2d9f6;
}
.wondrous-wisteria {
color: #a2b6f6;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--antique-wicker-basket:#f6d2a2;
--springtime:#e6e6b2;
--juzcar-blue:#a2d9f6;
--wondrous-wisteria:#a2b6f6;
}