Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f7c0d4;
}
.rozowy-pink {
color: #f4a4b7;
}
.flower-blossom-pink {
color: #f27d89;
}
.gravlax {
color: #f08151;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--cherry-blossom:#f7c0d4;
--rozowy-pink:#f4a4b7;
--flower-blossom-pink:#f27d89;
--gravlax:#f08151;
--marigold-dust:#f4cf3e;
}