Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.antilles-blue {
color: #3a5f8d;
}
.sea-crystal {
color: #5f8da5;
}
.bon-voyage {
color: #8dadb4;
}
.blue-bows {
color: #a5c5d5;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--antilles-blue:#3a5f8d;
--sea-crystal:#5f8da5;
--bon-voyage:#8dadb4;
--blue-bows:#a5c5d5;
}