Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-flake {
color: #e77b5a;
}
.raichu-orange {
color: #f5b13d;
}
.paris-daisy {
color: #f9e74e;
}
.mint-majesty {
color: #7ed3c2;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--tangerine-flake:#e77b5a;
--raichu-orange:#f5b13d;
--paris-daisy:#f9e74e;
--mint-majesty:#7ed3c2;
--peaceful-river:#4a9cd3;
}