Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d4;
}
.pretty-petunia {
color: #d3b2e0;
}
.water-wash {
color: #a9c7e5;
}
.turkish-turquoise {
color: #73e1e2;
}
.neon-nazar {
color: #4dd8e0;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d4;
--pretty-petunia:#d3b2e0;
--water-wash:#a9c7e5;
--turkish-turquoise:#73e1e2;
--neon-nazar:#4dd8e0;
}