Paleta de colores Celestial Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Whisper

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5ab1e7;
}
.color-3 {
color: #8bd2ea;
}
.color-4 {
color: #a1e1f2;
}
.color-5 {
color: #cff3f7;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5ab1e7;
--color-3: #8bd2ea;
--color-4: #a1e1f2;
--color-5: #cff3f7;
}

CSS del degradado de fondo Celestial Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5ab1e7, #8bd2ea, #a1e1f2, #cff3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5ab1e7, #8bd2ea, #a1e1f2, #cff3f7);
}

Celestial Whisper color palette created on .