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: #fbfbf9;
}
.color-3 {
color: #edeade;
}
.color-4 {
color: #ffeca8;
}
.color-5 {
color: #e0e0be;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfbf9;
--color-3: #edeade;
--color-4: #ffeca8;
--color-5: #e0e0be;
}

CSS del degradado de fondo Whispers of Sunlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfbf9, #edeade, #ffeca8, #e0e0be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfbf9, #edeade, #ffeca8, #e0e0be);
}

Whispers of Sunlight color palette created on .