Color names in this palette
CSS code for this palette
/* CSS */
.wewak {
color: #f28c9a;
}
.melanie {
color: #e2b6c2;
}
.chinaberry-bloom {
color: #d6c2d4;
}
.southern-belle {
color: #a9d6c4;
}
.blue-green-gem {
color: #7ec9c6;
}
/* CSS Variables */
:root {
--wewak:#f28c9a;
--melanie:#e2b6c2;
--chinaberry-bloom:#d6c2d4;
--southern-belle:#a9d6c4;
--blue-green-gem:#7ec9c6;
}