Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.antilles-blue {
color: #3a5f8d;
}
.lichen-blue {
color: #5e8db5;
}
.periwinkle-sky {
color: #8db6d8;
}
.banshee {
color: #daf1e7;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--antilles-blue:#3a5f8d;
--lichen-blue:#5e8db5;
--periwinkle-sky:#8db6d8;
--banshee:#daf1e7;
}