Color names in this palette
CSS code for this palette
/* CSS */
.common-chestnut {
color: #cc5c64;
}
.laundry-white {
color: #f3f8f1;
}
.dante-peak {
color: #b5d4d4;
}
.titanium-blue {
color: #5b7a8f;
}
.winter-sea {
color: #2f4056;
}
/* CSS Variables */
:root {
--common-chestnut:#cc5c64;
--laundry-white:#f3f8f1;
--dante-peak:#b5d4d4;
--titanium-blue:#5b7a8f;
--winter-sea:#2f4056;
}