Color names in this palette
CSS code for this palette
/* CSS */
.enchant {
color: #d2c6d0;
}
.overtone {
color: #a1e3b8;
}
.medium-turquoise {
color: #4bd8c7;
}
.rustique {
color: #f6c0b1;
}
.royal-blush {
color: #f26d50;
}
/* CSS Variables */
:root {
--enchant:#d2c6d0;
--overtone:#a1e3b8;
--medium-turquoise:#4bd8c7;
--rustique:#f6c0b1;
--royal-blush:#f26d50;
}