Paleta de colores Faded Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Faded Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Faded Whispers

/* CSS */
.color-1 {
color: #6b8d9e;
}
.color-2 {
color: #9cb8c9;
}
.color-3 {
color: #d2e5df;
}
.color-4 {
color: #efe2d2;
}
.color-5 {
color: #f1b1b6;
}

/* CSS Variables */
:root {
--color-1: #6b8d9e;
--color-2: #9cb8c9;
--color-3: #d2e5df;
--color-4: #efe2d2;
--color-5: #f1b1b6;
}

CSS del degradado de fondo Faded Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8d9e, #9cb8c9, #d2e5df, #efe2d2, #f1b1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8d9e, #9cb8c9, #d2e5df, #efe2d2, #f1b1b6);
}

Faded Whispers color palette created on .