Color names in this palette
CSS code for this palette
/* CSS */
.golden-raspberry {
color: #f6d779;
}
.adventure-orange {
color: #f3a468;
}
.childhood-crush {
color: #e76d65;
}
.fruit-dove {
color: #c84c75;
}
.magenta-violet {
color: #6a4e8d;
}
/* CSS Variables */
:root {
--golden-raspberry:#f6d779;
--adventure-orange:#f3a468;
--childhood-crush:#e76d65;
--fruit-dove:#c84c75;
--magenta-violet:#6a4e8d;
}