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: #a6c6ed;
}
.color-2 {
color: #e0f7fa;
}
.color-3 {
color: #f5e19e;
}
.color-4 {
color: #f2b1c1;
}
.color-5 {
color: #f86d6d;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e0f7fa;
--color-3: #f5e19e;
--color-4: #f2b1c1;
--color-5: #f86d6d;
}

CSS del degradado de fondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}

Celestial Whispers color palette created on .