Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b3c2;
}
.sailor-s-bay {
color: #496c92;
}
.lake-view {
color: #2f4a6a;
}
.freezing-vapor {
color: #d3e4f8;
}
.bluette {
color: #9fc2d6;
}
/* CSS Variables */
:root {
--grey-agate:#a8b3c2;
--sailor-s-bay:#496c92;
--lake-view:#2f4a6a;
--freezing-vapor:#d3e4f8;
--bluette:#9fc2d6;
}