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: #4e2c30;
}
.color-2 {
color: #7b5956;
}
.color-3 {
color: #b68d8b;
}
.color-4 {
color: #cfb3a0;
}
.color-5 {
color: #f1e0d0;
}

/* CSS Variables */
:root {
--color-1: #4e2c30;
--color-2: #7b5956;
--color-3: #b68d8b;
--color-4: #cfb3a0;
--color-5: #f1e0d0;
}

CSS con gradiente di sfondo Rustic Rosewood

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2c30, #7b5956, #b68d8b, #cfb3a0, #f1e0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2c30, #7b5956, #b68d8b, #cfb3a0, #f1e0d0);
}

Rustic Rosewood color palette created on .