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: #496ba7;
}
.color-2 {
color: #6e8dbf;
}
.color-3 {
color: #90a3d0;
}
.color-4 {
color: #b3c0e0;
}
.color-5 {
color: #d1e0f0;
}

/* CSS Variables */
:root {
--color-1: #496ba7;
--color-2: #6e8dbf;
--color-3: #90a3d0;
--color-4: #b3c0e0;
--color-5: #d1e0f0;
}

CSS del degradado de fondo Skybound Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496ba7, #6e8dbf, #90a3d0, #b3c0e0, #d1e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496ba7, #6e8dbf, #90a3d0, #b3c0e0, #d1e0f0);
}

Skybound Serenity color palette created on .