Paleta de colores Whispers of the Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Sky

/* CSS */
.color-1 {
color: #9fc4e0;
}
.color-2 {
color: #bae3da;
}
.color-3 {
color: #f4c19f;
}
.color-4 {
color: #f6a9a2;
}
.color-5 {
color: #d87979;
}

/* CSS Variables */
:root {
--color-1: #9fc4e0;
--color-2: #bae3da;
--color-3: #f4c19f;
--color-4: #f6a9a2;
--color-5: #d87979;
}

CSS del degradado de fondo Whispers of the Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e0, #bae3da, #f4c19f, #f6a9a2, #d87979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e0, #bae3da, #f4c19f, #f6a9a2, #d87979);
}

Whispers of the Sky color palette created on .