Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5e4a8c;
}
.strawberry-mousse {
color: #a65e81;
}
.masoho-red {
color: #d17c6b;
}
.little-sun-dress {
color: #f6c960;
}
.pasta-luego {
color: #f9e380;
}
/* CSS Variables */
:root {
--purple-corallite:#5e4a8c;
--strawberry-mousse:#a65e81;
--masoho-red:#d17c6b;
--little-sun-dress:#f6c960;
--pasta-luego:#f9e380;
}