Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.great-serpent {
color: #4a6fa5;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.buttery-croissant {
color: #f6e49d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--great-serpent:#4a6fa5;
--adrift-on-the-nile:#8db3e2;
--pumpkin-mousse:#f1c2a7;
--buttery-croissant:#f6e49d;
}