Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.larkspur {
color: #3b7d8c;
}
.tropical-escape {
color: #4cb8b1;
}
.everest {
color: #9ee3e5;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--larkspur:#3b7d8c;
--tropical-escape:#4cb8b1;
--everest:#9ee3e5;
--distant-horizon:#f0f9f9;
}