Paleta de colores Moonwatcher

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moonwatcher palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moonwatcher

Download moonwatcher color palette PNG image (landscape)
Download moonwatcher color palette PNG image (square)

CSS de la paleta de colores Moonwatcher

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #705b8b;
}
.color-3 {
color: #a46ba8;
}
.color-4 {
color: #e1b7d5;
}
.color-5 {
color: #f4eaf6;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #705b8b;
--color-3: #a46ba8;
--color-4: #e1b7d5;
--color-5: #f4eaf6;
}

CSS del degradado de fondo Moonwatcher

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}

Moonwatcher color palette created on .