Color names in this palette
CSS code for this palette
/* CSS */
.zenith-heights {
color: #a6c9c5;
}
.jericho-jade {
color: #4f8c7c;
}
.sea-challenge {
color: #2d5a5c;
}
.dante-peak {
color: #b2d4d7;
}
.light-pecan-pine {
color: #f1e9e4;
}
/* CSS Variables */
:root {
--zenith-heights:#a6c9c5;
--jericho-jade:#4f8c7c;
--sea-challenge:#2d5a5c;
--dante-peak:#b2d4d7;
--light-pecan-pine:#f1e9e4;
}