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: #1b398d;
}
.color-2 {
color: #2d5c95;
}
.color-3 {
color: #4d8ab3;
}
.color-4 {
color: #7bc7e0;
}
.color-5 {
color: #a0e2f8;
}

/* CSS Variables */
:root {
--color-1: #1b398d;
--color-2: #2d5c95;
--color-3: #4d8ab3;
--color-4: #7bc7e0;
--color-5: #a0e2f8;
}

CSS del degradado de fondo Celestial Waves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b398d, #2d5c95, #4d8ab3, #7bc7e0, #a0e2f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b398d, #2d5c95, #4d8ab3, #7bc7e0, #a0e2f8);
}

Celestial Waves color palette created on .