Red and Orange Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Orange Dreams palette
Red and Orange Dreams color palette CSS
/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #5a6c87;
}
.color-4 {
color: #2c3b68;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #5a6c87;
--color-4: #2c3b68;
--color-5: #f39c12;
}
Red and Orange Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #5a6c87, #2c3b68, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #5a6c87, #2c3b68, #f39c12);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Red and Orange Dreams color palette created on .