Color names in this palette
CSS code for this palette
/* CSS */
.pale-wisteria {
color: #b9c6e9;
}
.bussell-lace {
color: #e6a2a2;
}
.forsythia-blossom {
color: #f5d56b;
}
.tropical-light {
color: #a3d86e;
}
.flounce {
color: #4d8c93;
}
/* CSS Variables */
:root {
--pale-wisteria:#b9c6e9;
--bussell-lace:#e6a2a2;
--forsythia-blossom:#f5d56b;
--tropical-light:#a3d86e;
--flounce:#4d8c93;
}