Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3a50;
}
.ragtime-blues {
color: #495e6e;
}
.bermuda-triangle {
color: #6e8ba0;
}
.country-air {
color: #9cb5c9;
}
.snowdrift-glow {
color: #d4e6f2;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3a50;
--ragtime-blues:#495e6e;
--bermuda-triangle:#6e8ba0;
--country-air:#9cb5c9;
--snowdrift-glow:#d4e6f2;
}