Color names in this palette
CSS code for this palette
/* CSS */
.azalea-pink {
color: #f9c3c3;
}
.corinthian-pink {
color: #f7a6d7;
}
.lavender-rose {
color: #f6a2e0;
}
.candy-dreams {
color: #e4b7f0;
}
.foggy-love {
color: #d1c3e9;
}
/* CSS Variables */
:root {
--azalea-pink:#f9c3c3;
--corinthian-pink:#f7a6d7;
--lavender-rose:#f6a2e0;
--candy-dreams:#e4b7f0;
--foggy-love:#d1c3e9;
}