Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
.technical-blue {
color: #5a7f8c;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--antique-wicker-basket:#f1d4a2;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
--technical-blue:#5a7f8c;
}