Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.award-blue {
color: #2f5b83;
}
.cossack-dancer {
color: #4d8ca3;
}
.cyantific {
color: #76c6c3;
}
.everest {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--award-blue:#2f5b83;
--cossack-dancer:#4d8ca3;
--cyantific:#76c6c3;
--everest:#a1e3e0;
}