Earthy Serenity Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Serenity palette

Condividi questa palette a:

tavolozza dei colori Earthy Serenity CSS

/* CSS */
.color-1 {
color: #e7ce8d;
}
.color-2 {
color: #d9b26d;
}
.color-3 {
color: #bfaf5f;
}
.color-4 {
color: #a7c4a1;
}
.color-5 {
color: #6eb9b7;
}

/* CSS Variables */
:root {
--color-1: #e7ce8d;
--color-2: #d9b26d;
--color-3: #bfaf5f;
--color-4: #a7c4a1;
--color-5: #6eb9b7;
}

CSS con gradiente di sfondo Earthy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ce8d, #d9b26d, #bfaf5f, #a7c4a1, #6eb9b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ce8d, #d9b26d, #bfaf5f, #a7c4a1, #6eb9b7);
}

Earthy Serenity color palette created on .