Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.citrus-honey {
color: #f5b96b;
}
.carona {
color: #faa629;
}
.fireglow {
color: #d65e3d;
}
.beetiful-magenta {
color: #8a2e6b;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--citrus-honey:#f5b96b;
--carona:#faa629;
--fireglow:#d65e3d;
--beetiful-magenta:#8a2e6b;
}