Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3c6b8b;
}
.adventure-isle {
color: #6fa2b8;
}
.forsythia-blossom {
color: #f3d66d;
}
.sunset-blaze {
color: #e65b2d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3c6b8b;
--adventure-isle:#6fa2b8;
--forsythia-blossom:#f3d66d;
--sunset-blaze:#e65b2d;
}