Color names in this palette
CSS code for this palette
/* CSS */
.poppy-red {
color: #e63746;
}
.princess {
color: #f1a7b3;
}
.peach-patch {
color: #f3d5a0;
}
.daisy-desi {
color: #fce08d;
}
.creamy-sweet-corn {
color: #f6c54c;
}
/* CSS Variables */
:root {
--poppy-red:#e63746;
--princess:#f1a7b3;
--peach-patch:#f3d5a0;
--daisy-desi:#fce08d;
--creamy-sweet-corn:#f6c54c;
}