Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #f9d4a4;
}
.soft-cashmere {
color: #f1b1d5;
}
.rogue-pink {
color: #f7a6c2;
}
.yellow-tulip {
color: #f5d06b;
}
.peach-damask {
color: #f6c8a7;
}
/* CSS Variables */
:root {
--prosecco:#f9d4a4;
--soft-cashmere:#f1b1d5;
--rogue-pink:#f7a6c2;
--yellow-tulip:#f5d06b;
--peach-damask:#f6c8a7;
}