Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f6a7d2;
}
.parrot-tulip {
color: #f0c1d3;
}
.pink-touch {
color: #f9e2d7;
}
.storm-lightning {
color: #f9e59f;
}
.softsun {
color: #f4c63e;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f6a7d2;
--parrot-tulip:#f0c1d3;
--pink-touch:#f9e2d7;
--storm-lightning:#f9e59f;
--softsun:#f4c63e;
}