Color names in this palette
CSS code for this palette
/* CSS */
.match-head {
color: #d83b55;
}
.tangerine-flake {
color: #e77b5a;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.feijoa {
color: #a1db80;
}
.sail-away {
color: #54b8e3;
}
/* CSS Variables */
:root {
--match-head:#d83b55;
--tangerine-flake:#e77b5a;
--adonis-rose-yellow:#f0c24c;
--feijoa:#a1db80;
--sail-away:#54b8e3;
}