Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.china-pattern {
color: #3e5b79;
}
.bluebird-feather {
color: #6b9db3;
}
.capri-water-blue {
color: #a9e0d4;
}
.bleached-sunflower {
color: #f9e8a4;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--china-pattern:#3e5b79;
--bluebird-feather:#6b9db3;
--capri-water-blue:#a9e0d4;
--bleached-sunflower:#f9e8a4;
}