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: #593e26;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d79c3c;
}
.color-4 {
color: #f0c7a3;
}
.color-5 {
color: #e8e4b5;
}

/* CSS Variables */
:root {
--color-1: #593e26;
--color-2: #a85f2e;
--color-3: #d79c3c;
--color-4: #f0c7a3;
--color-5: #e8e4b5;
}

CSS con gradiente di sfondo Rustic Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593e26, #a85f2e, #d79c3c, #f0c7a3, #e8e4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593e26, #a85f2e, #d79c3c, #f0c7a3, #e8e4b5);
}

Rustic Ember color palette created on .