Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.cobalt-flame {
color: #4c6f9a;
}
.coastal-waters {
color: #7db4d9;
}
.almond-cream {
color: #f4c29f;
}
.wet-pottery-clay {
color: #e27e73;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--cobalt-flame:#4c6f9a;
--coastal-waters:#7db4d9;
--almond-cream:#f4c29f;
--wet-pottery-clay:#e27e73;
}