Earthy Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Condividi questa palette a:

tavolozza dei colori Earthy Elegance CSS

/* CSS */
.color-1 {
color: #6d4c3b;
}
.color-2 {
color: #e8c29b;
}
.color-3 {
color: #f3d6b4;
}
.color-4 {
color: #e5a57b;
}
.color-5 {
color: #c67b7b;
}

/* CSS Variables */
:root {
--color-1: #6d4c3b;
--color-2: #e8c29b;
--color-3: #f3d6b4;
--color-4: #e5a57b;
--color-5: #c67b7b;
}

CSS con gradiente di sfondo Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4c3b, #e8c29b, #f3d6b4, #e5a57b, #c67b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4c3b, #e8c29b, #f3d6b4, #e5a57b, #c67b7b);
}

Earthy Elegance color palette created on .