Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.egyptian-gold {
color: #f0a44c;
}
.tangerine-flake {
color: #e57f57;
}
.berrylicious {
color: #d85f6d;
}
.exuberant-pink {
color: #b74e82;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--egyptian-gold:#f0a44c;
--tangerine-flake:#e57f57;
--berrylicious:#d85f6d;
--exuberant-pink:#b74e82;
}