Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.peach-damask {
color: #f8c5aa;
}
.blended-fruit {
color: #f9e1a4;
}
.green-trance {
color: #a5d9a1;
}
.light-delphin {
color: #9ed1e5;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--peach-damask:#f8c5aa;
--blended-fruit:#f9e1a4;
--green-trance:#a5d9a1;
--light-delphin:#9ed1e5;
}