Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6a3d8a;
}
.vivid-red-tangelo {
color: #d65f24;
}
.american-yellow {
color: #f5b400;
}
.sail-away {
color: #54b4e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--amaranth-purple:#6a3d8a;
--vivid-red-tangelo:#d65f24;
--american-yellow:#f5b400;
--sail-away:#54b4e8;
--creamy-sweet-corn:#f9c54e;
}