Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.candid-blue {
color: #6cc0e4;
}
.midwinter-mist {
color: #a4d2db;
}
.thai-ice-tea {
color: #e2a578;
}
.wet-coral {
color: #d15c4d;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--candid-blue:#6cc0e4;
--midwinter-mist:#a4d2db;
--thai-ice-tea:#e2a578;
--wet-coral:#d15c4d;
}