Paleta de colores Lunar Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lunar Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Lunar Whisper

/* CSS */
.color-1 {
color: #dbe2f5;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #74b0d8;
}
.color-4 {
color: #5a9bd8;
}
.color-5 {
color: #3e7ab6;
}

/* CSS Variables */
:root {
--color-1: #dbe2f5;
--color-2: #a3c2e0;
--color-3: #74b0d8;
--color-4: #5a9bd8;
--color-5: #3e7ab6;
}

CSS del degradado de fondo Lunar Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}

Lunar Whisper color palette created on .