Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.della-robbia-blue {
color: #7b9acc;
}
.windsor-way {
color: #a2c7e7;
}
.lovecloud {
color: #f0b7ea;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--della-robbia-blue:#7b9acc;
--windsor-way:#a2c7e7;
--lovecloud:#f0b7ea;
--blush-hour:#ff7092;
}