Color names in this palette
CSS code for this palette
/* CSS */
.blue-ballerina {
color: #b5c9d9;
}
.sterling-blue {
color: #a3b7c2;
}
.smoky-azurite {
color: #6d8d9c;
}
.ragtime-blues {
color: #4a5e6d;
}
.diamond-black {
color: #2a333c;
}
/* CSS Variables */
:root {
--blue-ballerina:#b5c9d9;
--sterling-blue:#a3b7c2;
--smoky-azurite:#6d8d9c;
--ragtime-blues:#4a5e6d;
--diamond-black:#2a333c;
}