Paleta de colores Dandicus Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dandicus Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dandicus Dream

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

CSS de la paleta de colores Dandicus Dream

/* CSS */
.color-1 {
color: #f6c1a7;
}
.color-2 {
color: #f7aea1;
}
.color-3 {
color: #f5908e;
}
.color-4 {
color: #e76a8f;
}
.color-5 {
color: #d44e7b;
}

/* CSS Variables */
:root {
--color-1: #f6c1a7;
--color-2: #f7aea1;
--color-3: #f5908e;
--color-4: #e76a8f;
--color-5: #d44e7b;
}

CSS del degradado de fondo Dandicus Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}

Dandicus Dream color palette created on .