Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.sweet-sheba {
color: #f1b7a7;
}
.citrus-sachet {
color: #f1c7a7;
}
.straw-hat {
color: #f1d7a7;
}
.pineapple-delight {
color: #f1e7a7;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--sweet-sheba:#f1b7a7;
--citrus-sachet:#f1c7a7;
--straw-hat:#f1d7a7;
--pineapple-delight:#f1e7a7;
}