Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.sherbet-fruit {
color: #f7c8bb;
}
.hawaiian-cream {
color: #f9e6b9;
}
.yellow-tulip {
color: #f7d36e;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--sherbet-fruit:#f7c8bb;
--hawaiian-cream:#f9e6b9;
--yellow-tulip:#f7d36e;
--squash-blossom:#f6b83c;
}