Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.antilles-blue {
color: #3a5f8d;
}
.georgian-revival-blue {
color: #5e8da1;
}
.nasturtium-shoot {
color: #8ca04b;
}
.rodeo-red {
color: #a14b3a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--antilles-blue:#3a5f8d;
--georgian-revival-blue:#5e8da1;
--nasturtium-shoot:#8ca04b;
--rodeo-red:#a14b3a;
}