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: #f7deb1;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #d39ee0;
}
.color-4 {
color: #89b5e1;
}
.color-5 {
color: #5cb2a5;
}

/* CSS Variables */
:root {
--color-1: #f7deb1;
--color-2: #f2b1d1;
--color-3: #d39ee0;
--color-4: #89b5e1;
--color-5: #5cb2a5;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7deb1, #f2b1d1, #d39ee0, #89b5e1, #5cb2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7deb1, #f2b1d1, #d39ee0, #89b5e1, #5cb2a5);
}

Celestial Whispers color palette created on .