Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.horizon-haze {
color: #7dc3e8;
}
.atmospheric-soft-blue {
color: #a8e3f0;
}
.australian-apricot {
color: #f4c3a4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--horizon-haze:#7dc3e8;
--atmospheric-soft-blue:#a8e3f0;
--australian-apricot:#f4c3a4;
--breeze-of-chilli:#f76e6e;
}