Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d0a8e6;
}
.lavender-sweater {
color: #b87dbf;
}
.rosecco {
color: #eab8e4;
}
.little-sun-dress {
color: #f9ca5d;
}
.cerise-pink {
color: #e83b8c;
}
/* CSS Variables */
:root {
--tropical-violet:#d0a8e6;
--lavender-sweater:#b87dbf;
--rosecco:#eab8e4;
--little-sun-dress:#f9ca5d;
--cerise-pink:#e83b8c;
}