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: #a1c6ed;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffe6a8;
}
.color-4 {
color: #ff9e9e;
}
.color-5 {
color: #a3e1d2;
}

/* CSS Variables */
:root {
--color-1: #a1c6ed;
--color-2: #ffb19e;
--color-3: #ffe6a8;
--color-4: #ff9e9e;
--color-5: #a3e1d2;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c6ed, #ffb19e, #ffe6a8, #ff9e9e, #a3e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c6ed, #ffb19e, #ffe6a8, #ff9e9e, #a3e1d2);
}

Celestial Whispers color palette created on .