Color names in this palette
CSS code for this palette
/* CSS */
.evora {
color: #4f8c8c;
}
.petrichor {
color: #69c9c9;
}
.mint-tea {
color: #a9f4e1;
}
.sprinkled-with-pink {
color: #e9a5af;
}
.spiced-coral {
color: #d35a5a;
}
/* CSS Variables */
:root {
--evora:#4f8c8c;
--petrichor:#69c9c9;
--mint-tea:#a9f4e1;
--sprinkled-with-pink:#e9a5af;
--spiced-coral:#d35a5a;
}