Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.fringy-flower {
color: #b1e2b6;
}
.gold-vessel {
color: #e9b98b;
}
.sunset-over-the-alps {
color: #fba989;
}
.firecracker-salmon {
color: #f45d5d;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--fringy-flower:#b1e2b6;
--gold-vessel:#e9b98b;
--sunset-over-the-alps:#fba989;
--firecracker-salmon:#f45d5d;
}