Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e6;
}
.blueberry-soft-blue {
color: #609ac3;
}
.blue-dart-frog {
color: #3a7d9c;
}
.terror-from-the-deep {
color: #1b4b69;
}
.sea-of-stars {
color: #0d384a;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--blueberry-soft-blue:#609ac3;
--blue-dart-frog:#3a7d9c;
--terror-from-the-deep:#1b4b69;
--sea-of-stars:#0d384a;
}