Paleta de colores Whispers of Serene Skies

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Skies palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Skies

/* CSS */
.color-1 {
color: #eef0f2;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #d0d5c8;
}
.color-4 {
color: #d8d088;
}
.color-5 {
color: #adc7eb;
}

/* CSS Variables */
:root {
--color-1: #eef0f2;
--color-2: #c2d9fa;
--color-3: #d0d5c8;
--color-4: #d8d088;
--color-5: #adc7eb;
}

CSS del degradado de fondo Whispers of Serene Skies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f2, #c2d9fa, #d0d5c8, #d8d088, #adc7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f2, #c2d9fa, #d0d5c8, #d8d088, #adc7eb);
}

Whispers of Serene Skies color palette created on .