Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.desire-pink {
color: #f1c6d4;
}
.teary-eyed {
color: #e0d0e6;
}
.gentle-wind {
color: #aad3e9;
}
.throat-chakra {
color: #6cccda;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--desire-pink:#f1c6d4;
--teary-eyed:#e0d0e6;
--gentle-wind:#aad3e9;
--throat-chakra:#6cccda;
}