Vibrant Orange Music Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange Music palette
Vibrant Orange Music color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #7fd959;
--color-4: #3b5897;
--color-5: #d6006f;
}
Vibrant Orange Music background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #7fd959, #3b5897, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #7fd959, #3b5897, #d6006f);
}
Similar color palettes
Vibrant Orange Music color palette created on .