Color names in this palette
CSS code for this palette
/* CSS */
.nautical {
color: #2e4a7f;
}
.san-marino {
color: #496d9c;
}
.stormfang {
color: #80a4c2;
}
.english-hollyhock {
color: #b6cad2;
}
.siesta-sands {
color: #f1e6df;
}
/* CSS Variables */
:root {
--nautical:#2e4a7f;
--san-marino:#496d9c;
--stormfang:#80a4c2;
--english-hollyhock:#b6cad2;
--siesta-sands:#f1e6df;
}