Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4b70a0;
}
.moon-veil {
color: #8d99b0;
}
.spindle {
color: #b1c4d8;
}
.radome-tan {
color: #f1c7a2;
}
.roseberry {
color: #f2a5a1;
}
/* CSS Variables */
:root {
--great-serpent:#4b70a0;
--moon-veil:#8d99b0;
--spindle:#b1c4d8;
--radome-tan:#f1c7a2;
--roseberry:#f2a5a1;
}