Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.light-periwinkle {
color: #c2c7ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--light-periwinkle:#c2c7ff;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--usc-gold:#ffcc00;
}