Paleta de colores Dull Moonlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dull Moonlight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dull Moonlight

Download dull moonlight color palette PNG image (landscape)
Download dull moonlight color palette PNG image (square)

CSS de la paleta de colores Dull Moonlight

/* CSS */
.color-1 {
color: #c1d2d7;
}
.color-2 {
color: #a2b6c8;
}
.color-3 {
color: #7899b5;
}
.color-4 {
color: #4d8bac;
}
.color-5 {
color: #2d6d8f;
}

/* CSS Variables */
:root {
--color-1: #c1d2d7;
--color-2: #a2b6c8;
--color-3: #7899b5;
--color-4: #4d8bac;
--color-5: #2d6d8f;
}

CSS del degradado de fondo Dull Moonlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d2d7, #a2b6c8, #7899b5, #4d8bac, #2d6d8f);
}

Dull Moonlight color palette created on .