Paleta de colores Candy Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Candy Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Candy Dream

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

CSS de la paleta de colores Candy Dream

/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #00bdd6;
--color-3: #4cae4f;
--color-4: #ffd900;
--color-5: #ff6d1f;
}

CSS del degradado de fondo Candy Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}

Candy Dream color palette created on .