Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e2a1b4;
}
.coral-blossom {
color: #f9c09f;
}
.roadster-yellow {
color: #f3e1a0;
}
.pistachio-dream {
color: #a6d48c;
}
.longing-for-nature {
color: #509b5f;
}
/* CSS Variables */
:root {
--iced-vovo:#e2a1b4;
--coral-blossom:#f9c09f;
--roadster-yellow:#f3e1a0;
--pistachio-dream:#a6d48c;
--longing-for-nature:#509b5f;
}