Vibrant Melodies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Melodies palette
Vibrant Melodies color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #a40e9d;
}
.color-5 {
color: #5b2e8e;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d2e;
--color-3: #ff4d7f;
--color-4: #a40e9d;
--color-5: #5b2e8e;
}
Vibrant Melodies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d2e, #ff4d7f, #a40e9d, #5b2e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d2e, #ff4d7f, #a40e9d, #5b2e8e);
}
Similar color palettes
Vibrant Melodies color palette created on .