Paleta de colores Whispers of Rosewood

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Rosewood palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Rosewood

/* CSS */
.color-1 {
color: #efdad7;
}
.color-2 {
color: #efdbd7;
}
.color-3 {
color: #c0a59b;
}
.color-4 {
color: #d09990;
}
.color-5 {
color: #a25d6a;
}

/* CSS Variables */
:root {
--color-1: #efdad7;
--color-2: #efdbd7;
--color-3: #c0a59b;
--color-4: #d09990;
--color-5: #a25d6a;
}

CSS del degradado de fondo Whispers of Rosewood

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efdad7, #efdbd7, #c0a59b, #d09990, #a25d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efdad7, #efdbd7, #c0a59b, #d09990, #a25d6a);
}

Whispers of Rosewood color palette created on .