Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.mintage {
color: #78bfb1;
}
.peach-damask {
color: #f6c7a7;
}
.balinese-sunset {
color: #f1a379;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--mintage:#78bfb1;
--peach-damask:#f6c7a7;
--balinese-sunset:#f1a379;
--lively-coral:#e67b79;
}