Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f9c3c3;
}
.laelia-pink {
color: #f4c8e2;
}
.lavender-princess {
color: #e5d0f0;
}
.fringy-flower {
color: #b3dfb9;
}
.storm-lightning {
color: #f9e89f;
}
/* CSS Variables */
:root {
--azalea-pink:#f9c3c3;
--laelia-pink:#f4c8e2;
--lavender-princess:#e5d0f0;
--fringy-flower:#b3dfb9;
--storm-lightning:#f9e89f;
}