Paleta de colores Skybound Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skybound Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Skybound Serenity

/* CSS */
.color-1 {
color: #e0e8f1;
}
.color-2 {
color: #a3c4f0;
}
.color-3 {
color: #8d9cb0;
}
.color-4 {
color: #60a3fb;
}
.color-5 {
color: #85b224;
}

/* CSS Variables */
:root {
--color-1: #e0e8f1;
--color-2: #a3c4f0;
--color-3: #8d9cb0;
--color-4: #60a3fb;
--color-5: #85b224;
}

CSS del degradado de fondo Skybound Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}

Paletas de colores similares

Skybound Serenity color palette created on .