Paleta de colores Moth Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moth Cat palette

Compartir esta paleta en:

CSS de la paleta de colores Moth Cat

/* CSS */
.color-1 {
color: #6d508b;
}
.color-2 {
color: #b59cc9;
}
.color-3 {
color: #e0c5e2;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f0b2b2;
}

/* CSS Variables */
:root {
--color-1: #6d508b;
--color-2: #b59cc9;
--color-3: #e0c5e2;
--color-4: #f3e4aa;
--color-5: #f0b2b2;
}

CSS del degradado de fondo Moth Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}

Moth Cat color palette created on .