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: #f2e2ba;
}
.color-2 {
color: #c8d3df;
}
.color-3 {
color: #a9c9e5;
}
.color-4 {
color: #5f7e95;
}
.color-5 {
color: #394d60;
}

/* CSS Variables */
:root {
--color-1: #f2e2ba;
--color-2: #c8d3df;
--color-3: #a9c9e5;
--color-4: #5f7e95;
--color-5: #394d60;
}

CSS del degradado de fondo Celestial Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2ba, #c8d3df, #a9c9e5, #5f7e95, #394d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2ba, #c8d3df, #a9c9e5, #5f7e95, #394d60);
}

Celestial Whisper color palette created on .