Color names in this palette
CSS code for this palette
/* CSS */
.light-penna {
color: #c9d4e8;
}
.clear-lake-trail {
color: #a6b8d9;
}
.blue-heaven {
color: #5b7f9a;
}
.shot-over {
color: #4b5e68;
}
.electromagnetic {
color: #2e3a42;
}
/* CSS Variables */
:root {
--light-penna:#c9d4e8;
--clear-lake-trail:#a6b8d9;
--blue-heaven:#5b7f9a;
--shot-over:#4b5e68;
--electromagnetic:#2e3a42;
}