Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.bone-white {
color: #f1e1ac;
}
.southern-belle {
color: #a3d7c4;
}
.metal-gear {
color: #a4c2db;
}
.wisteria {
color: #a77ccb;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--bone-white:#f1e1ac;
--southern-belle:#a3d7c4;
--metal-gear:#a4c2db;
--wisteria:#a77ccb;
}