Paleta de colores Serene Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sky palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Serene Sky

Download serene sky color palette PNG image (landscape)
Download serene sky color palette PNG image (square)

CSS de la paleta de colores Serene Sky

/* CSS */
.color-1 {
color: #8acff0;
}
.color-2 {
color: #beb3ff;
}
.color-3 {
color: #edf0f2;
}
.color-4 {
color: #001f3d;
}
.color-5 {
color: #007bff;
}

/* CSS Variables */
:root {
--color-1: #8acff0;
--color-2: #beb3ff;
--color-3: #edf0f2;
--color-4: #001f3d;
--color-5: #007bff;
}

CSS del degradado de fondo Serene Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}

Serene Sky color palette created on .