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: #95ccea;
}
.color-2 {
color: #a8d3e1;
}
.color-3 {
color: #b3e1e5;
}
.color-4 {
color: #dff0f6;
}
.color-5 {
color: #f9f9fb;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a8d3e1;
--color-3: #b3e1e5;
--color-4: #dff0f6;
--color-5: #f9f9fb;
}

CSS del degradado de fondo Skyward Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a8d3e1, #b3e1e5, #dff0f6, #f9f9fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a8d3e1, #b3e1e5, #dff0f6, #f9f9fb);
}

Skyward Serenity color palette created on .