Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f2a6b8;
}
.allspice {
color: #f9cca9;
}
.gold-thread {
color: #fce9b0;
}
.greenette {
color: #d8e9c3;
}
.smooth-satin {
color: #a2d5d7;
}
/* CSS Variables */
:root {
--rozowy-pink:#f2a6b8;
--allspice:#f9cca9;
--gold-thread:#fce9b0;
--greenette:#d8e9c3;
--smooth-satin:#a2d5d7;
}