Color names in this palette
CSS code for this palette
/* CSS */
.emily {
color: #a9d1e0;
}
.hydrangea-pink {
color: #e6b7c8;
}
.yellow-tulip {
color: #f4d171;
}
.mee-hua-sunset {
color: #f07800;
}
.viva-magenta {
color: #a14a8b;
}
/* CSS Variables */
:root {
--emily:#a9d1e0;
--hydrangea-pink:#e6b7c8;
--yellow-tulip:#f4d171;
--mee-hua-sunset:#f07800;
--viva-magenta:#a14a8b;
}