Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.mystic-tulip {
color: #f6b8a2;
}
.wickerware {
color: #fce4b0;
}
.mousse-aux-pruneaux {
color: #e7c8f4;
}
.butterfly-wing {
color: #f9ceb4;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--mystic-tulip:#f6b8a2;
--wickerware:#fce4b0;
--mousse-aux-pruneaux:#e7c8f4;
--butterfly-wing:#f9ceb4;
}