Paleta de colores Celestial Waves

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Waves palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Waves

/* CSS */
.color-1 {
color: #e2e5f8;
}
.color-2 {
color: #a9b9e5;
}
.color-3 {
color: #6d9bd0;
}
.color-4 {
color: #3492b7;
}
.color-5 {
color: #1d7b9a;
}

/* CSS Variables */
:root {
--color-1: #e2e5f8;
--color-2: #a9b9e5;
--color-3: #6d9bd0;
--color-4: #3492b7;
--color-5: #1d7b9a;
}

CSS del degradado de fondo Celestial Waves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5f8, #a9b9e5, #6d9bd0, #3492b7, #1d7b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5f8, #a9b9e5, #6d9bd0, #3492b7, #1d7b9a);
}

Celestial Waves color palette created on .