Underdog Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Underdog Dreams palette
Underdog Dreams color palette CSS
/* CSS */
.color-1 {
color: #da5c2b;
}
.color-2 {
color: #f6c8a2;
}
.color-3 {
color: #f0e19e;
}
.color-4 {
color: #97c4a8;
}
.color-5 {
color: #4a7e87;
}
/* CSS Variables */
:root {
--color-1: #da5c2b;
--color-2: #f6c8a2;
--color-3: #f0e19e;
--color-4: #97c4a8;
--color-5: #4a7e87;
}
Underdog Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da5c2b, #f6c8a2, #f0e19e, #97c4a8, #4a7e87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da5c2b, #f6c8a2, #f0e19e, #97c4a8, #4a7e87);
}
Similar color palettes
Underdog Dreams color palette created on .