Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.candle-yellow {
color: #e09e6c;
}
.garbanzo-bean {
color: #f2d4a6;
}
.whirlpool {
color: #a4daca;
}
.justice {
color: #5e6c8d;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--candle-yellow:#e09e6c;
--garbanzo-bean:#f2d4a6;
--whirlpool:#a4daca;
--justice:#5e6c8d;
}