Paleta de colores Serene Sky Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sky Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sky Whisper

/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d3e3e9;
}
.color-3 {
color: #c5dae2;
}
.color-4 {
color: #b2cddc;
}
.color-5 {
color: #9cc0d3;
}

/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d3e3e9;
--color-3: #c5dae2;
--color-4: #b2cddc;
--color-5: #9cc0d3;
}

CSS del degradado de fondo Serene Sky Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d3e3e9, #c5dae2, #b2cddc, #9cc0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d3e3e9, #c5dae2, #b2cddc, #9cc0d3);
}

Serene Sky Whisper color palette created on .