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: #4b91e2;
}
.color-2 {
color: #52b3e0;
}
.color-3 {
color: #8ed8e6;
}
.color-4 {
color: #b3e9f4;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b3e0;
--color-3: #8ed8e6;
--color-4: #b3e9f4;
--color-5: #e0f7fa;
}

CSS del degradado de fondo Celestial Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b3e0, #8ed8e6, #b3e9f4, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b3e0, #8ed8e6, #b3e9f4, #e0f7fa);
}

Celestial Serenity color palette created on .