Color names in this palette
CSS code for this palette
/* CSS */
.light-delphin {
color: #9fd1e5;
}
.ethereal-blue {
color: #5ca4d1;
}
.pagoda-blue {
color: #1e7d94;
}
.baltic-trench {
color: #0f5867;
}
.sea-of-stars {
color: #0a3d4d;
}
/* CSS Variables */
:root {
--light-delphin:#9fd1e5;
--ethereal-blue:#5ca4d1;
--pagoda-blue:#1e7d94;
--baltic-trench:#0f5867;
--sea-of-stars:#0a3d4d;
}