Paleta de colores Whiskered Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whiskered Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whiskered Elegance

/* CSS */
.color-1 {
color: #d9b3a1;
}
.color-2 {
color: #b67d63;
}
.color-3 {
color: #a45a3d;
}
.color-4 {
color: #7a3f2a;
}
.color-5 {
color: #4f2b1c;
}

/* CSS Variables */
:root {
--color-1: #d9b3a1;
--color-2: #b67d63;
--color-3: #a45a3d;
--color-4: #7a3f2a;
--color-5: #4f2b1c;
}

CSS del degradado de fondo Whiskered Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3a1, #b67d63, #a45a3d, #7a3f2a, #4f2b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3a1, #b67d63, #a45a3d, #7a3f2a, #4f2b1c);
}

Whiskered Elegance color palette created on .