Vibrant Orange Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange Dream palette
Vibrant Orange Dream color palette PNG image
Vibrant Orange Dream color palette CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #ff4d4f;
--color-5: #ff7092;
}
Vibrant Orange Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffb84d, #ffeb8a, #ff4d4f, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffb84d, #ffeb8a, #ff4d4f, #ff7092);
}
Similar color palettes
Scroll down to explore 4 Hippie color palettes
Vibrant Orange Dream color palette created on .