Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c7a7d3;
}
.mystic-tulip {
color: #f7b5a1;
}
.wickerware {
color: #fce4b0;
}
.terrace-pool {
color: #a3d6e0;
}
.lakeview {
color: #7f9b9f;
}
/* CSS Variables */
:root {
--feminine-fancy:#c7a7d3;
--mystic-tulip:#f7b5a1;
--wickerware:#fce4b0;
--terrace-pool:#a3d6e0;
--lakeview:#7f9b9f;
}