Paleta de colores Celestial Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Whispers

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4c5b9a;
}
.color-3 {
color: #6a7ebe;
}
.color-4 {
color: #b1c5e2;
}
.color-5 {
color: #f9f5e1;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4c5b9a;
--color-3: #6a7ebe;
--color-4: #b1c5e2;
--color-5: #f9f5e1;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4c5b9a, #6a7ebe, #b1c5e2, #f9f5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4c5b9a, #6a7ebe, #b1c5e2, #f9f5e1);
}

Celestial Whispers color palette created on .