Color names in this palette
CSS code for this palette
/* CSS */
.chickery-chick {
color: #fdeb91;
}
.peach-damask {
color: #f7c5a6;
}
.soft-cashmere {
color: #f2b5d5;
}
.tropical-violet {
color: #d4a4e0;
}
.template {
color: #a4c4e5;
}
/* CSS Variables */
:root {
--chickery-chick:#fdeb91;
--peach-damask:#f7c5a6;
--soft-cashmere:#f2b5d5;
--tropical-violet:#d4a4e0;
--template:#a4c4e5;
}