Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-darkness {
color: #696d72;
}
.charmed-chalice {
color: #a2a2a0;
}
.white-sage {
color: #d1d4c4;
}
.angraecum-orchid {
color: #f4f5eb;
}
.peach-damask {
color: #f6c8a7;
}
/* CSS Variables */
:root {
--beautiful-darkness:#696d72;
--charmed-chalice:#a2a2a0;
--white-sage:#d1d4c4;
--angraecum-orchid:#f4f5eb;
--peach-damask:#f6c8a7;
}