Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #499fd4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--peaceful-river:#499fd4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
--copen-blue:#56768f;
}