Rural Red Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rural Red Hues palette

Share this palette to:

Rural Red Hues color palette CSS

/* CSS */
.color-1 {
color: #c1453e;
}
.color-2 {
color: #d97b59;
}
.color-3 {
color: #f2b62c;
}
.color-4 {
color: #f2db69;
}
.color-5 {
color: #e5f2a1;
}

/* CSS Variables */
:root {
--color-1: #c1453e;
--color-2: #d97b59;
--color-3: #f2b62c;
--color-4: #f2db69;
--color-5: #e5f2a1;
}

Rural Red Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}

Rural Red Hues color palette created on .