Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.techno-turquoise {
color: #5fbf8d;
}
.dilly-dally {
color: #f3df5e;
}
.breeze-of-chilli {
color: #f76e6e;
}
.entan-red {
color: #e96d4e;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--techno-turquoise:#5fbf8d;
--dilly-dally:#f3df5e;
--breeze-of-chilli:#f76e6e;
--entan-red:#e96d4e;
}