Rustic Rosewood Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Rosewood palette

Condividi questa palette a:

tavolozza dei colori Rustic Rosewood CSS

/* CSS */
.color-1 {
color: #c3a4a2;
}
.color-2 {
color: #a78b8b;
}
.color-3 {
color: #a06e6e;
}
.color-4 {
color: #6a4d4d;
}
.color-5 {
color: #4b2a2a;
}

/* CSS Variables */
:root {
--color-1: #c3a4a2;
--color-2: #a78b8b;
--color-3: #a06e6e;
--color-4: #6a4d4d;
--color-5: #4b2a2a;
}

CSS con gradiente di sfondo Rustic Rosewood

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3a4a2, #a78b8b, #a06e6e, #6a4d4d, #4b2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3a4a2, #a78b8b, #a06e6e, #6a4d4d, #4b2a2a);
}

Rustic Rosewood color palette created on .