Paleta de colores Dream Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dream Cat palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dream Cat

Download dream cat color palette PNG image (landscape)
Download dream cat color palette PNG image (square)

CSS de la paleta de colores Dream Cat

/* CSS */
.color-1 {
color: #e8e4fc;
}
.color-2 {
color: #f0e1f9;
}
.color-3 {
color: #fce8f8;
}
.color-4 {
color: #faf4f4;
}
.color-5 {
color: #d3edfd;
}

/* CSS Variables */
:root {
--color-1: #e8e4fc;
--color-2: #f0e1f9;
--color-3: #fce8f8;
--color-4: #faf4f4;
--color-5: #d3edfd;
}

CSS del degradado de fondo Dream Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}

Dream Cat color palette created on .