Outdoor Adventure Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Outdoor Adventure Red palette
Download Outdoor Adventure Red Color Palette (PNG)
Outdoor Adventure Red color palette CSS
/* CSS */
.color-1 {
color: #c84a3c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #6b9c3a;
}
.color-4 {
color: #405e9c;
}
.color-5 {
color: #f0e3bc;
}
/* CSS Variables */
:root {
--color-1: #c84a3c;
--color-2: #f0a400;
--color-3: #6b9c3a;
--color-4: #405e9c;
--color-5: #f0e3bc;
}
Outdoor Adventure Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84a3c, #f0a400, #6b9c3a, #405e9c, #f0e3bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84a3c, #f0a400, #6b9c3a, #405e9c, #f0e3bc);
}
Similar color palettes
Outdoor Adventure Red color palette created on .