Village Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Village Radiance palette

Condividi questa palette a:

tavolozza dei colori Village Radiance 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;
}

CSS con gradiente di sfondo Village Radiance

/* 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 .