Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7a4d4d;
}
.italian-villa {
color: #b05e5e;
}
.babe {
color: #df7c7c;
}
.calabrese {
color: #f6a7a7;
}
.azalea-pink {
color: #f9c3c3;
}
/* CSS Variables */
:root {
--false-morel:#7a4d4d;
--italian-villa:#b05e5e;
--babe:#df7c7c;
--calabrese:#f6a7a7;
--azalea-pink:#f9c3c3;
}