Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #f9d59f;
}
.tickled-pink {
color: #f2a6c1;
}
.gentle-wind {
color: #aad2e9;
}
.petal-plush {
color: #d9b1f2;
}
.laelia-pink {
color: #f6c6df;
}
/* CSS Variables */
:root {
--paw-paw:#f9d59f;
--tickled-pink:#f2a6c1;
--gentle-wind:#aad2e9;
--petal-plush:#d9b1f2;
--laelia-pink:#f6c6df;
}