Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.royal-regatta {
color: #6d8cca;
}
.honest {
color: #9cb3e8;
}
.roseberry {
color: #f7a5a1;
}
.brink-pink {
color: #f45d7e;
}
/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--royal-regatta:#6d8cca;
--honest:#9cb3e8;
--roseberry:#f7a5a1;
--brink-pink:#f45d7e;
}