Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1b202d;
}
.stream {
color: #4c5d7b;
}
.bermuda-triangle {
color: #6e8ba0;
}
.blue-bows {
color: #a5c1d5;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--dark:#1b202d;
--stream:#4c5d7b;
--bermuda-triangle:#6e8ba0;
--blue-bows:#a5c1d5;
--anti-flash-white:#f0f5f5;
}