Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fuchsia-kiss {
color: #c56d9d;
}
.bright-eggplant {
color: #5d4b8b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
--fuchsia-kiss:#c56d9d;
--bright-eggplant:#5d4b8b;
}