Color names in this palette
CSS code for this palette
/* CSS */
.pale-periwinkle {
color: #c7d1e1;
}
.grey-agate {
color: #a8b3c2;
}
.approaching-dusk {
color: #8b95a7;
}
.sailor-s-bay {
color: #4a6d8c;
}
.antarctic-blue {
color: #2b3d5e;
}
/* CSS Variables */
:root {
--pale-periwinkle:#c7d1e1;
--grey-agate:#a8b3c2;
--approaching-dusk:#8b95a7;
--sailor-s-bay:#4a6d8c;
--antarctic-blue:#2b3d5e;
}