Dusty Rosewood Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dusty Rosewood Serenity palette

Condividi questa palette a:

tavolozza dei colori Dusty Rosewood Serenity CSS

/* CSS */
.color-1 {
color: #c5b5bc;
}
.color-2 {
color: #b09b9d;
}
.color-3 {
color: #bc8b76;
}
.color-4 {
color: #94736b;
}
.color-5 {
color: #a1660c;
}

/* CSS Variables */
:root {
--color-1: #c5b5bc;
--color-2: #b09b9d;
--color-3: #bc8b76;
--color-4: #94736b;
--color-5: #a1660c;
}

CSS con gradiente di sfondo Dusty Rosewood Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b5bc, #b09b9d, #bc8b76, #94736b, #a1660c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b5bc, #b09b9d, #bc8b76, #94736b, #a1660c);
}

Dusty Rosewood Serenity color palette created on .