Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.larkspur {
color: #3b7b8c;
}
.gem-silica {
color: #76c6a1;
}
.french-vanilla {
color: #f1e1a7;
}
.breeze-of-chilli {
color: #f76e70;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--larkspur:#3b7b8c;
--gem-silica:#76c6a1;
--french-vanilla:#f1e1a7;
--breeze-of-chilli:#f76e70;
}