Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-grey {
color: #b6c9e2;
}
.high-style {
color: #a7b4d7;
}
.african-violet {
color: #b47dba;
}
.gumball {
color: #e4afd1;
}
.rose-mallow {
color: #f2a6c8;
}
/* CSS Variables */
:root {
--light-blue-grey:#b6c9e2;
--high-style:#a7b4d7;
--african-violet:#b47dba;
--gumball:#e4afd1;
--rose-mallow:#f2a6c8;
}