Paleta de colores Skybound Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Skybound Serenity palette
CSS de la paleta de colores Skybound Serenity
/* CSS */
.color-1 {
color: #f2f9fd;
}
.color-2 {
color: #cfe2fc;
}
.color-3 {
color: #a8c8fa;
}
.color-4 {
color: #89b1f0;
}
.color-5 {
color: #689bdf;
}
/* CSS Variables */
:root {
--color-1: #f2f9fd;
--color-2: #cfe2fc;
--color-3: #a8c8fa;
--color-4: #89b1f0;
--color-5: #689bdf;
}
CSS del degradado de fondo Skybound Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f9fd, #cfe2fc, #a8c8fa, #89b1f0, #689bdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f9fd, #cfe2fc, #a8c8fa, #89b1f0, #689bdf);
}
Paletas de colores similares
Skybound Serenity color palette created on .