Color names in this palette
CSS code for this palette
/* CSS */
.azalea-leaf {
color: #4b6d72;
}
.retro-mint {
color: #9dcdb2;
}
.james-blonde {
color: #f1e5b7;
}
.ruffles {
color: #f9bbae;
}
.lingonberry-red {
color: #d24b57;
}
/* CSS Variables */
:root {
--azalea-leaf:#4b6d72;
--retro-mint:#9dcdb2;
--james-blonde:#f1e5b7;
--ruffles:#f9bbae;
--lingonberry-red:#d24b57;
}