Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.calla {
color: #f1e0b6;
}
.lasting-thoughts {
color: #d2e7b1;
}
.terrace-pool {
color: #a3d7e0;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--calla:#f1e0b6;
--lasting-thoughts:#d2e7b1;
--terrace-pool:#a3d7e0;
--wondrous-wisteria:#a1b5f7;
}