Color names in this palette
CSS code for this palette
/* CSS */
.powdered-granite {
color: #c1c6e7;
}
.sacred-blue {
color: #98b7e1;
}
.blue-bay {
color: #6096d7;
}
.naval {
color: #3f6fa2;
}
.surf-the-web {
color: #1a3c7f;
}
/* CSS Variables */
:root {
--powdered-granite:#c1c6e7;
--sacred-blue:#98b7e1;
--blue-bay:#6096d7;
--naval:#3f6fa2;
--surf-the-web:#1a3c7f;
}