Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d7c7a7;
}
.southern-belle {
color: #a7d7bf;
}
.vast-sky {
color: #a7c7d7;
}
.enchanted-lavender {
color: #bea7d7;
}
.pink-nectar {
color: #d7a7b4;
}
/* CSS Variables */
:root {
--thatched-cottage:#d7c7a7;
--southern-belle:#a7d7bf;
--vast-sky:#a7c7d7;
--enchanted-lavender:#bea7d7;
--pink-nectar:#d7a7b4;
}