Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.naval-blue {
color: #3a4a69;
}
.waikawa-grey {
color: #596d91;
}
.periwinkle-dusk {
color: #8e9cb4;
}
.sea-drive {
color: #c2d4e0;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--naval-blue:#3a4a69;
--waikawa-grey:#596d91;
--periwinkle-dusk:#8e9cb4;
--sea-drive:#c2d4e0;
}