Paleta de colores Celestial Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Serenity

/* CSS */
.color-1 {
color: #1d3f96;
}
.color-2 {
color: #397fd5;
}
.color-3 {
color: #6bb3e1;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #f3f9ec;
}

/* CSS Variables */
:root {
--color-1: #1d3f96;
--color-2: #397fd5;
--color-3: #6bb3e1;
--color-4: #a3d6e0;
--color-5: #f3f9ec;
}

CSS del degradado de fondo Celestial Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f96, #397fd5, #6bb3e1, #a3d6e0, #f3f9ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f96, #397fd5, #6bb3e1, #a3d6e0, #f3f9ec);
}

Celestial Serenity color palette created on .