Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6c;
}
.blue-square {
color: #4f899c;
}
.aqua-vitale {
color: #7dc1c5;
}
.sparkling-mint {
color: #a4e0d7;
}
.cotton-field {
color: #f2f1e9;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6c;
--blue-square:#4f899c;
--aqua-vitale:#7dc1c5;
--sparkling-mint:#a4e0d7;
--cotton-field:#f2f1e9;
}