Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.avid-apricot {
color: #f3c5a0;
}
.soft-butter {
color: #f5e2b8;
}
.mint-cocktail-green {
color: #b4deb0;
}
.mint-majesty {
color: #7ed3c2;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--avid-apricot:#f3c5a0;
--soft-butter:#f5e2b8;
--mint-cocktail-green:#b4deb0;
--mint-majesty:#7ed3c2;
}