Color names in this palette
CSS code for this palette
/* CSS */
.elfin-herb {
color: #c9b2d7;
}
.viva-magenta {
color: #a14f8e;
}
.kindleflame {
color: #e89978;
}
.distressed-white {
color: #f2e6ca;
}
.coastal-surf {
color: #2e4b84;
}
/* CSS Variables */
:root {
--elfin-herb:#c9b2d7;
--viva-magenta:#a14f8e;
--kindleflame:#e89978;
--distressed-white:#f2e6ca;
--coastal-surf:#2e4b84;
}