Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-dart-frog {
color: #3a7d9c;
}
.charter {
color: #6cb4d0;
}
.everest {
color: #9fe5e0;
}
.classic-chalk {
color: #f5f3f0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-dart-frog:#3a7d9c;
--charter:#6cb4d0;
--everest:#9fe5e0;
--classic-chalk:#f5f3f0;
}