Earthy Jasper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earthy Jasper palette

Condividi questa palette a:

tavolozza dei colori Earthy Jasper CSS

/* CSS */
.color-1 {
color: #d4a76e;
}
.color-2 {
color: #a66d4e;
}
.color-3 {
color: #5f4b3a;
}
.color-4 {
color: #4a8c5a;
}
.color-5 {
color: #2e6e8e;
}

/* CSS Variables */
:root {
--color-1: #d4a76e;
--color-2: #a66d4e;
--color-3: #5f4b3a;
--color-4: #4a8c5a;
--color-5: #2e6e8e;
}

CSS con gradiente di sfondo Earthy Jasper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a76e, #a66d4e, #5f4b3a, #4a8c5a, #2e6e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a76e, #a66d4e, #5f4b3a, #4a8c5a, #2e6e8e);
}

Earthy Jasper color palette created on .