Color names in this palette
CSS code for this palette
/* CSS */
.azul-primavera {
color: #e3f1f2;
}
.midwinter-mist {
color: #a4d2db;
}
.winter-time {
color: #3c8f9f;
}
.blue-coral {
color: #1c5c6d;
}
.sea-of-stars {
color: #0a3d4d;
}
/* CSS Variables */
:root {
--azul-primavera:#e3f1f2;
--midwinter-mist:#a4d2db;
--winter-time:#3c8f9f;
--blue-coral:#1c5c6d;
--sea-of-stars:#0a3d4d;
}