Color names in this palette
CSS code for this palette
/* CSS */
.whirlpool {
color: #a1d9cf;
}
.mystic-tulip {
color: #f7b5a1;
}
.orange-soda {
color: #ff5e3d;
}
.bright-yarrow {
color: #f9d16c;
}
.harissa-red {
color: #a22a2a;
}
/* CSS Variables */
:root {
--whirlpool:#a1d9cf;
--mystic-tulip:#f7b5a1;
--orange-soda:#ff5e3d;
--bright-yarrow:#f9d16c;
--harissa-red:#a22a2a;
}