Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.antilles-blue {
color: #3b5a8c;
}
.linoleum-blue {
color: #3f7d9d;
}
.thredbo {
color: #73c1d9;
}
.blizzard-blue {
color: #a0e4e9;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--antilles-blue:#3b5a8c;
--linoleum-blue:#3f7d9d;
--thredbo:#73c1d9;
--blizzard-blue:#a0e4e9;
}