Color names in this palette
CSS code for this palette
/* CSS */
.deep-blue-sea {
color: #1e5a76;
}
.winter-time {
color: #3a8da1;
}
.sea-life {
color: #5cc1c1;
}
.everest {
color: #a1e3e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--deep-blue-sea:#1e5a76;
--winter-time:#3a8da1;
--sea-life:#5cc1c1;
--everest:#a1e3e0;
--creamy-sweet-corn:#f9c54e;
}