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: #94b3e0;
}
.color-2 {
color: #6faad8;
}
.color-3 {
color: #52c5ef;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f6a9a2;
}

/* CSS Variables */
:root {
--color-1: #94b3e0;
--color-2: #6faad8;
--color-3: #52c5ef;
--color-4: #f4e1a4;
--color-5: #f6a9a2;
}

CSS del degradado de fondo Celestial Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b3e0, #6faad8, #52c5ef, #f4e1a4, #f6a9a2);
}

Celestial Serenity color palette created on .