Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3dba4;
}
.pearl-yellow {
color: #f2e4ba;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.infrared {
color: #f94e6a;
}
.rose-mallow {
color: #f1a7c6;
}
/* CSS Variables */
:root {
--green-trance:#a3dba4;
--pearl-yellow:#f2e4ba;
--creamy-sweet-corn:#f9c54e;
--infrared:#f94e6a;
--rose-mallow:#f1a7c6;
}