Color names in this palette
CSS code for this palette
/* CSS */
.nonpareil-apple {
color: #c2a25b;
}
.cherry-juice-red {
color: #6b2e4a;
}
.aphrodisiac {
color: #e05c5e;
}
.golden-promise {
color: #fbc550;
}
.ocean-storm {
color: #3d667b;
}
/* CSS Variables */
:root {
--nonpareil-apple:#c2a25b;
--cherry-juice-red:#6b2e4a;
--aphrodisiac:#e05c5e;
--golden-promise:#fbc550;
--ocean-storm:#3d667b;
}