Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.applesauce {
color: #f9d89a;
}
.portofino {
color: #f5f09e;
}
.green-trance {
color: #a5d5a5;
}
.sky-fall {
color: #89c9e1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--applesauce:#f9d89a;
--portofino:#f5f09e;
--green-trance:#a5d5a5;
--sky-fall:#89c9e1;
}