Paleta de colores Dandy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dandy palette

Compartir esta paleta en:

Descargar la paleta de colores Dandy (PNG)

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

CSS de la paleta de colores Dandy

/* CSS */
.color-1 {
color: #ff2929;
}
.color-2 {
color: #6478ed;
}
.color-3 {
color: #eeee4f;
}
.color-4 {
color: #c5f9b9;
}
.color-5 {
color: #fffbd1;
}

/* CSS Variables */
:root {
--color-1: #ff2929;
--color-2: #6478ed;
--color-3: #eeee4f;
--color-4: #c5f9b9;
--color-5: #fffbd1;
}

CSS del degradado de fondo Dandy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2929, #6478ed, #eeee4f, #c5f9b9, #fffbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2929, #6478ed, #eeee4f, #c5f9b9, #fffbd1);
}

Dandy color palette created on .