Paleta de colores Skyward Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Skyward Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Skyward Serenity

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #69bedd;
}
.color-3 {
color: #3e8cb6;
}
.color-4 {
color: #1c5e8d;
}
.color-5 {
color: #0a4c7b;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #69bedd;
--color-3: #3e8cb6;
--color-4: #1c5e8d;
--color-5: #0a4c7b;
}

CSS del degradado de fondo Skyward Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #69bedd, #3e8cb6, #1c5e8d, #0a4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #69bedd, #3e8cb6, #1c5e8d, #0a4c7b);
}

Skyward Serenity color palette created on .