Color names in this palette
CSS code for this palette
/* CSS */
.chateau-grey {
color: #b9b1a7;
}
.celadon-tint {
color: #c6c8b7;
}
.natural-youth {
color: #d6e4b4;
}
.tan-temptation {
color: #f0c09e;
}
.embarrassment {
color: #f77878;
}
/* CSS Variables */
:root {
--chateau-grey:#b9b1a7;
--celadon-tint:#c6c8b7;
--natural-youth:#d6e4b4;
--tan-temptation:#f0c09e;
--embarrassment:#f77878;
}