Village Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Village Radiance palette

Share this palette to:

Village Radiance color palette CSS

/* CSS */
.color-1 {
color: #d88a3b;
}
.color-2 {
color: #b8743d;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #e45d4e;
}
.color-5 {
color: #c92c56;
}

/* CSS Variables */
:root {
--color-1: #d88a3b;
--color-2: #b8743d;
--color-3: #f1c6a7;
--color-4: #e45d4e;
--color-5: #c92c56;
}

Village Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88a3b, #b8743d, #f1c6a7, #e45d4e, #c92c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88a3b, #b8743d, #f1c6a7, #e45d4e, #c92c56);
}

Village Radiance color palette created on .