Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.deep-azure {
color: #3a577e;
}
.storm-blue {
color: #4f7a9c;
}
.blue-dam {
color: #a3c4d2;
}
.last-sunlight {
color: #e2b83c;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--deep-azure:#3a577e;
--storm-blue:#4f7a9c;
--blue-dam:#a3c4d2;
--last-sunlight:#e2b83c;
}