Color names in this palette
CSS code for this palette
/* CSS */
.pomodoro-e-mozzarella {
color: #f2d4e0;
}
.athena-pink {
color: #e8b0c5;
}
.high-maintenance {
color: #d68fb5;
}
.viva-magenta {
color: #a54a8d;
}
.imperial {
color: #592c6d;
}
/* CSS Variables */
:root {
--pomodoro-e-mozzarella:#f2d4e0;
--athena-pink:#e8b0c5;
--high-maintenance:#d68fb5;
--viva-magenta:#a54a8d;
--imperial:#592c6d;
}