Paleta de colores Whispers of Sunlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Sunlight palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Sunlight

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafaf9;
}
.color-3 {
color: #eae8cc;
}
.color-4 {
color: #c9c9c0;
}
.color-5 {
color: #bfb43b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafaf9;
--color-3: #eae8cc;
--color-4: #c9c9c0;
--color-5: #bfb43b;
}

CSS del degradado de fondo Whispers of Sunlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 4 paletas de colores Blanco

Whispers of Sunlight color palette created on .