Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4b70a0;
}
.grant-village {
color: #6d8fb0;
}
.mont-blanc {
color: #9db4d7;
}
.berry-popsicle {
color: #d4a5c8;
}
.pink-peony {
color: #e1c1d9;
}
/* CSS Variables */
:root {
--great-serpent:#4b70a0;
--grant-village:#6d8fb0;
--mont-blanc:#9db4d7;
--berry-popsicle:#d4a5c8;
--pink-peony:#e1c1d9;
}