Color names in this palette
CSS code for this palette
/* CSS */
.golden-banner {
color: #f8c82a;
}
.ginger-milk {
color: #f7a350;
}
.melon-baby {
color: #f57e6b;
}
.mountain-flower-mauve {
color: #6f6fa5;
}
.lucid-dream {
color: #5b2a92;
}
/* CSS Variables */
:root {
--golden-banner:#f8c82a;
--ginger-milk:#f7a350;
--melon-baby:#f57e6b;
--mountain-flower-mauve:#6f6fa5;
--lucid-dream:#5b2a92;
}