Redtail Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Redtail Shades palette
Redtail Shades color palette CSS
/* CSS */
.color-1 {
color: #c94e3b;
}
.color-2 {
color: #f56a32;
}
.color-3 {
color: #f9a939;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #dae236;
}
/* CSS Variables */
:root {
--color-1: #c94e3b;
--color-2: #f56a32;
--color-3: #f9a939;
--color-4: #f1df5b;
--color-5: #dae236;
}
Redtail Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94e3b, #f56a32, #f9a939, #f1df5b, #dae236);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94e3b, #f56a32, #f9a939, #f1df5b, #dae236);
}
Similar color palettes
Redtail Shades color palette created on .