Rustic Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Serenity palette

Condividi questa palette a:

tavolozza dei colori Rustic Serenity CSS

/* CSS */
.color-1 {
color: #c29670;
}
.color-2 {
color: #252527;
}
.color-3 {
color: #f6f6f8;
}
.color-4 {
color: #745039;
}
.color-5 {
color: #ada7a4;
}

/* CSS Variables */
:root {
--color-1: #c29670;
--color-2: #252527;
--color-3: #f6f6f8;
--color-4: #745039;
--color-5: #ada7a4;
}

CSS con gradiente di sfondo Rustic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c29670, #252527, #f6f6f8, #745039, #ada7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c29670, #252527, #f6f6f8, #745039, #ada7a4);
}

Rustic Serenity color palette created on .