Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5a2b4a;
}
.antique-hot-pink {
color: #b57d9a;
}
.powder-rose {
color: #f6b1bf;
}
.beekeeper {
color: #f8e791;
}
.china-pattern {
color: #3e5b7a;
}
/* CSS Variables */
:root {
--winter-bloom:#5a2b4a;
--antique-hot-pink:#b57d9a;
--powder-rose:#f6b1bf;
--beekeeper:#f8e791;
--china-pattern:#3e5b7a;
}