Color names in this palette
CSS code for this palette
/* CSS */
.chilean-fire {
color: #d45d35;
}
.blue-angels-yellow {
color: #fab700;
}
.wedding-cake {
color: #eee1c9;
}
.overgrowth {
color: #8ecb3a;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--chilean-fire:#d45d35;
--blue-angels-yellow:#fab700;
--wedding-cake:#eee1c9;
--overgrowth:#8ecb3a;
--peaceful-river:#4a9cd3;
}