Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.christmas-silver {
color: #e0e0e0;
}
.dante-peak {
color: #b2d4d7;
}
.dickie-bird {
color: #5fb8b9;
}
.zirconia-teal {
color: #2b7d7d;
}
/* CSS Variables */
:root {
--white:#ffffff;
--christmas-silver:#e0e0e0;
--dante-peak:#b2d4d7;
--dickie-bird:#5fb8b9;
--zirconia-teal:#2b7d7d;
}