Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e5a4d4;
}
.lavender-cream {
color: #c6a2e7;
}
.water-wash {
color: #a9c8e5;
}
.chinese-lacquer {
color: #5dc6c4;
}
.synergy {
color: #4cc8b3;
}
/* CSS Variables */
:root {
--light-orchid:#e5a4d4;
--lavender-cream:#c6a2e7;
--water-wash:#a9c8e5;
--chinese-lacquer:#5dc6c4;
--synergy:#4cc8b3;
}