Color names in this palette
CSS code for this palette
/* CSS */
.beyond-the-stars {
color: #073a50;
}
.blue-coral {
color: #1c5c6d;
}
.casual-blue {
color: #4a7e8c;
}
.sea-rover {
color: #a2d2e2;
}
.silent-snowfall {
color: #eff8fb;
}
/* CSS Variables */
:root {
--beyond-the-stars:#073a50;
--blue-coral:#1c5c6d;
--casual-blue:#4a7e8c;
--sea-rover:#a2d2e2;
--silent-snowfall:#eff8fb;
}