Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.rhodes {
color: #8bc0e4;
}
.rice-wine {
color: #f5e8c7;
}
.calabrese {
color: #f1a8a2;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--rhodes:#8bc0e4;
--rice-wine:#f5e8c7;
--calabrese:#f1a8a2;
--childhood-crush:#e06e6c;
}