Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a6;
}
.peach-damask {
color: #f6c7a7;
}
.oyster-bisque {
color: #f2e7b1;
}
.southern-belle {
color: #a7d7c3;
}
.blair {
color: #9fbfdf;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a6;
--peach-damask:#f6c7a7;
--oyster-bisque:#f2e7b1;
--southern-belle:#a7d7c3;
--blair:#9fbfdf;
}