Paleta de colores Rustic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Serenity palette
CSS de la paleta de colores Rustic Serenity
/* CSS */
.color-1 {
color: #c6b30c;
}
.color-2 {
color: #d6d6d6;
}
.color-3 {
color: #afaf9d;
}
.color-4 {
color: #e3cfcf;
}
.color-5 {
color: #b1a67c;
}
/* CSS Variables */
:root {
--color-1: #c6b30c;
--color-2: #d6d6d6;
--color-3: #afaf9d;
--color-4: #e3cfcf;
--color-5: #b1a67c;
}
CSS del degradado de fondo Rustic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b30c, #d6d6d6, #afaf9d, #e3cfcf, #b1a67c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b30c, #d6d6d6, #afaf9d, #e3cfcf, #b1a67c);
}
Paletas de colores similares
Rustic Serenity color palette created on .