Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.wake-me-up {
color: #f5d75b;
}
.broken-blue {
color: #6cb4f4;
}
.bright-eggplant {
color: #5e4b8b;
}
.infrared-tang {
color: #e12346;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--wake-me-up:#f5d75b;
--broken-blue:#6cb4f4;
--bright-eggplant:#5e4b8b;
--infrared-tang:#e12346;
}