Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.sweet-lilac {
color: #eab8d1;
}
.purity {
color: #d7c8e4;
}
.alaskan-wind {
color: #b9e2e9;
}
.synthetic-mint {
color: #9effb6;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--sweet-lilac:#eab8d1;
--purity:#d7c8e4;
--alaskan-wind:#b9e2e9;
--synthetic-mint:#9effb6;
}