Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.no-gmb-yellow {
color: #f5ea8a;
}
.whirlpool {
color: #a6d8c8;
}
.aqua-fresco {
color: #4ba0a0;
}
.blue-hosta {
color: #2b6e6e;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--no-gmb-yellow:#f5ea8a;
--whirlpool:#a6d8c8;
--aqua-fresco:#4ba0a0;
--blue-hosta:#2b6e6e;
}