Color names in this palette
CSS code for this palette
/* CSS */
.paper-elephant {
color: #c7d1e6;
}
.stellar-blue {
color: #a0b2cf;
}
.purple-hyacinth {
color: #6e8dbf;
}
.san-marino {
color: #4f6c9c;
}
.nautical {
color: #2d4a7c;
}
/* CSS Variables */
:root {
--paper-elephant:#c7d1e6;
--stellar-blue:#a0b2cf;
--purple-hyacinth:#6e8dbf;
--san-marino:#4f6c9c;
--nautical:#2d4a7c;
}