Rustic Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Reverie palette

Condividi questa palette a:

tavolozza dei colori Rustic Reverie CSS

/* CSS */
.color-1 {
color: #c47e40;
}
.color-2 {
color: #c9a56e;
}
.color-3 {
color: #d4c3a1;
}
.color-4 {
color: #e4afb0;
}
.color-5 {
color: #e6b5a8;
}

/* CSS Variables */
:root {
--color-1: #c47e40;
--color-2: #c9a56e;
--color-3: #d4c3a1;
--color-4: #e4afb0;
--color-5: #e6b5a8;
}

CSS con gradiente di sfondo Rustic Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c47e40, #c9a56e, #d4c3a1, #e4afb0, #e6b5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c47e40, #c9a56e, #d4c3a1, #e4afb0, #e6b5a8);
}

Rustic Reverie color palette created on .