Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3d9a1;
}
.james-blonde {
color: #f1e4b7;
}
.mystic-tulip {
color: #f7b7a1;
}
.deco-pink {
color: #f6c1ce;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--green-trance:#a3d9a1;
--james-blonde:#f1e4b7;
--mystic-tulip:#f7b7a1;
--deco-pink:#f6c1ce;
--lively-coral:#e67b79;
}