Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4e8dc1;
}
.bright-spark {
color: #74c3e2;
}
.timeless-seafoam {
color: #afe4e2;
}
.mystic-tulip {
color: #f7b4a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4e8dc1;
--bright-spark:#74c3e2;
--timeless-seafoam:#afe4e2;
--mystic-tulip:#f7b4a1;
}