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: #f6c6d3;
}
.color-2 {
color: #eba8d4;
}
.color-3 {
color: #c6a1e3;
}
.color-4 {
color: #8e7ae6;
}
.color-5 {
color: #5b4fde;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #eba8d4;
--color-3: #c6a1e3;
--color-4: #8e7ae6;
--color-5: #5b4fde;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #eba8d4, #c6a1e3, #8e7ae6, #5b4fde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #eba8d4, #c6a1e3, #8e7ae6, #5b4fde);
}

Celestial Whispers color palette created on .