Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6b8c;
}
.forever-blue {
color: #8a9ab7;
}
.blue-pearl {
color: #c5d7e2;
}
.brain-pink {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6b8c;
--forever-blue:#8a9ab7;
--blue-pearl:#c5d7e2;
--brain-pink:#f1b1b1;
}