Color names in this palette
CSS code for this palette
/* CSS */
.beyond-the-stars {
color: #073a50;
}
.blue-coral {
color: #1d5a6d;
}
.blue-chill {
color: #3c8e90;
}
.tropic-tide {
color: #6ec4b7;
}
.sea-glass-teal {
color: #a2e6d9;
}
/* CSS Variables */
:root {
--beyond-the-stars:#073a50;
--blue-coral:#1d5a6d;
--blue-chill:#3c8e90;
--tropic-tide:#6ec4b7;
--sea-glass-teal:#a2e6d9;
}