Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a4d6c1;
}
.fair-aqua {
color: #b3dfd7;
}
.eau-de-rose {
color: #e1b7d3;
}
.ballerina-pink {
color: #f8b9b9;
}
.novel-lilac {
color: #c1a2c3;
}
/* CSS Variables */
:root {
--southern-belle:#a4d6c1;
--fair-aqua:#b3dfd7;
--eau-de-rose:#e1b7d3;
--ballerina-pink:#f8b9b9;
--novel-lilac:#c1a2c3;
}