Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-tang {
color: #2a4d74;
}
.rainy-lake {
color: #3c6b8b;
}
.rockpool {
color: #4ea29f;
}
.sweet-rhapsody {
color: #8fd6d6;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-tang:#2a4d74;
--rainy-lake:#3c6b8b;
--rockpool:#4ea29f;
--sweet-rhapsody:#8fd6d6;
}