Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.pompelmo {
color: #ff6b6b;
}
.floral-leaf {
color: #ffb84d;
}
.neon-nazar {
color: #4ccfe1;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e2;
--pompelmo:#ff6b6b;
--floral-leaf:#ffb84d;
--neon-nazar:#4ccfe1;
--ti-n-l-n-sky:#65b5f6;
}