Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.yu-gu-ng-l-n-moonlight {
color: #5858b6;
}
.simply-violet {
color: #a4a4e0;
}
.pale-canary {
color: #f1f1a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--yu-gu-ng-l-n-moonlight:#5858b6;
--simply-violet:#a4a4e0;
--pale-canary:#f1f1a2;
--grapefruit-pulp:#ff6e61;
}