Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.desire-pink {
color: #f1c6d3;
}
.light-pecan-pine {
color: #f1e8e4;
}
.windwood-spring {
color: #c2e5e0;
}
.midwinter-mist {
color: #a1d5dd;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--desire-pink:#f1c6d3;
--light-pecan-pine:#f1e8e4;
--windwood-spring:#c2e5e0;
--midwinter-mist:#a1d5dd;
}