Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bright-khaki {
color: #f0e78e;
}
.glass-jar-blue {
color: #1fb2aa;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--grapefruit-pulp:#ff6e61;
--bright-khaki:#f0e78e;
--glass-jar-blue:#1fb2aa;
--matt-pink:#ffb8c1;
}