Rustic Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Ember palette

Condividi questa palette a:

tavolozza dei colori Rustic Ember CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c27e5b;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #b76d5c;
}
.color-5 {
color: #a65d30;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c27e5b;
--color-3: #ffe0b3;
--color-4: #b76d5c;
--color-5: #a65d30;
}

CSS con gradiente di sfondo Rustic Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}

Rustic Ember color palette created on .