Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.applesauce {
color: #f9d89a;
}
.anise-flower {
color: #f3e3b4;
}
.reef-green {
color: #a3e6c4;
}
.sanctuary-spa {
color: #67b2e4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--applesauce:#f9d89a;
--anise-flower:#f3e3b4;
--reef-green:#a3e6c4;
--sanctuary-spa:#67b2e4;
}