Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1dae2;
}
.coral-blossom {
color: #f9c0a4;
}
.blended-fruit {
color: #f9e1a4;
}
.gumball {
color: #e2b1d1;
}
.pistachio-green {
color: #a9d2a2;
}
/* CSS Variables */
:root {
--terrace-pool:#a1dae2;
--coral-blossom:#f9c0a4;
--blended-fruit:#f9e1a4;
--gumball:#e2b1d1;
--pistachio-green:#a9d2a2;
}