Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-venus {
color: #3a7c83;
}
.tropic-turquoise {
color: #6bb3a3;
}
.lasting-thoughts {
color: #d2e7b1;
}
.neighborly-peach {
color: #f5c2a3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-venus:#3a7c83;
--tropic-turquoise:#6bb3a3;
--lasting-thoughts:#d2e7b1;
--neighborly-peach:#f5c2a3;
}