Durango Colorado Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Durango Colorado palette
Durango Colorado color palette PNG image
Durango Colorado color palette CSS
/* CSS */
.color-1 {
color: #b16448;
}
.color-2 {
color: #e8b04f;
}
.color-3 {
color: #f5c54d;
}
.color-4 {
color: #7ca5b6;
}
.color-5 {
color: #2f5d6a;
}
/* CSS Variables */
:root {
--color-1: #b16448;
--color-2: #e8b04f;
--color-3: #f5c54d;
--color-4: #7ca5b6;
--color-5: #2f5d6a;
}
Durango Colorado background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b16448, #e8b04f, #f5c54d, #7ca5b6, #2f5d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b16448, #e8b04f, #f5c54d, #7ca5b6, #2f5d6a);
}
Similar color palettes
Scroll down to explore 3 Mountain color palettes
Durango Colorado color palette created on .