Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a6c0;
}
.citrus-sachet {
color: #f1c6a7;
}
.pasta {
color: #f8e2af;
}
.southern-belle {
color: #a6d9c4;
}
.sacred-turquoise {
color: #4eb1a2;
}
/* CSS Variables */
:root {
--think-pink:#e3a6c0;
--citrus-sachet:#f1c6a7;
--pasta:#f8e2af;
--southern-belle:#a6d9c4;
--sacred-turquoise:#4eb1a2;
}