Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #493d5c;
}
.evening-shadow {
color: #a47f8c;
}
.in-the-pink {
color: #f3c4d3;
}
.applesauce {
color: #f9d89a;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--powerful-mauve:#493d5c;
--evening-shadow:#a47f8c;
--in-the-pink:#f3c4d3;
--applesauce:#f9d89a;
--sun-orange:#f47b1f;
}