Paleta de colores Sky Blue Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sky Blue Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sky Blue Serenity

Download sky blue serenity color palette PNG image (landscape)
Download sky blue serenity color palette PNG image (square)

CSS de la paleta de colores Sky Blue Serenity

/* CSS */
.color-1 {
color: #76c4e0;
}
.color-2 {
color: #a9e1f4;
}
.color-3 {
color: #f6f9d7;
}
.color-4 {
color: #f9d3b9;
}
.color-5 {
color: #f8a5b0;
}

/* CSS Variables */
:root {
--color-1: #76c4e0;
--color-2: #a9e1f4;
--color-3: #f6f9d7;
--color-4: #f9d3b9;
--color-5: #f8a5b0;
}

CSS del degradado de fondo Sky Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}

Sky Blue Serenity color palette created on .