Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.sweet-nectar {
color: #f8c0af;
}
.flash-in-the-pan {
color: #ff997a;
}
.fusion-red {
color: #ff6164;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--sweet-nectar:#f8c0af;
--flash-in-the-pan:#ff997a;
--fusion-red:#ff6164;
--coral-red:#ff3d3d;
}