Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.mint-macaron {
color: #b1eaf2;
}
.egg-yolk {
color: #ffcc80;
}
.carrot {
color: #ff6e42;
}
.frozen-salmon {
color: #ffa98f;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--mint-macaron:#b1eaf2;
--egg-yolk:#ffcc80;
--carrot:#ff6e42;
--frozen-salmon:#ffa98f;
}