Color names in this palette
CSS code for this palette
/* CSS */
.blue-coral {
color: #1c5c6d;
}
.winter-time {
color: #3c909f;
}
.arctic-ocean {
color: #6bc0d1;
}
.vandermint {
color: #a9e1e5;
}
.white-smoke {
color: #f4f5f6;
}
/* CSS Variables */
:root {
--blue-coral:#1c5c6d;
--winter-time:#3c909f;
--arctic-ocean:#6bc0d1;
--vandermint:#a9e1e5;
--white-smoke:#f4f5f6;
}