Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.revel-blue {
color: #4b6e8b;
}
.coastal-waters {
color: #7db4d9;
}
.creamy-sweet-corn {
color: #f7c34b;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--revel-blue:#4b6e8b;
--coastal-waters:#7db4d9;
--creamy-sweet-corn:#f7c34b;
--orange-gluttony:#e77e23;
}