Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rozowy-pink {
color: #f3a5b9;
}
.fruit-shake {
color: #f29c8c;
}
.butter-cream {
color: #f1b341;
}
.rebounder {
color: #c0d56c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rozowy-pink:#f3a5b9;
--fruit-shake:#f29c8c;
--butter-cream:#f1b341;
--rebounder:#c0d56c;
}