Paleta de colores Whispers of Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Elegance

/* CSS */
.color-1 {
color: #c7a17a;
}
.color-2 {
color: #f5f3ef;
}
.color-3 {
color: #e7d1d0;
}
.color-4 {
color: #d9a282;
}
.color-5 {
color: #333333;
}

/* CSS Variables */
:root {
--color-1: #c7a17a;
--color-2: #f5f3ef;
--color-3: #e7d1d0;
--color-4: #d9a282;
--color-5: #333333;
}

CSS del degradado de fondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a17a, #f5f3ef, #e7d1d0, #d9a282, #333333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a17a, #f5f3ef, #e7d1d0, #d9a282, #333333);
}

Whispers of Elegance color palette created on .