Paleta de colores Faded Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Faded Whispers palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Faded Whispers

Download faded whispers color palette PNG image (landscape)
Download faded whispers color palette PNG image (square)

CSS de la paleta de colores Faded Whispers

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #be6f9a;
}
.color-3 {
color: #f5a48a;
}
.color-4 {
color: #f9d348;
}
.color-5 {
color: #a6d9b8;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #be6f9a;
--color-3: #f5a48a;
--color-4: #f9d348;
--color-5: #a6d9b8;
}

CSS del degradado de fondo Faded Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #be6f9a, #f5a48a, #f9d348, #a6d9b8);
}

Faded Whispers color palette created on .