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: #dfc2ff;
}
.color-2 {
color: #a7b2e2;
}
.color-3 {
color: #718cd1;
}
.color-4 {
color: #42b1e0;
}
.color-5 {
color: #1db1b4;
}

/* CSS Variables */
:root {
--color-1: #dfc2ff;
--color-2: #a7b2e2;
--color-3: #718cd1;
--color-4: #42b1e0;
--color-5: #1db1b4;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc2ff, #a7b2e2, #718cd1, #42b1e0, #1db1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc2ff, #a7b2e2, #718cd1, #42b1e0, #1db1b4);
}

Celestial Whispers color palette created on .