Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.hammam-blue {
color: #69d8d3;
}
.dairy-made {
color: #f5b642;
}
.flame-orange {
color: #f78c22;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--hammam-blue:#69d8d3;
--dairy-made:#f5b642;
--flame-orange:#f78c22;
--warming-heart:#d64f3d;
}