Paleta de colores Dusty Rosewood Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dusty Rosewood Serenity palette
Image Gallery
CSS de la paleta de colores Dusty Rosewood Serenity
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Dusty Rosewood Serenity color palette created on .