Paleta de colores Dreamy Digital Daisies

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreamy Digital Daisies palette

Compartir esta paleta en:

CSS de la paleta de colores Dreamy Digital Daisies

/* CSS */
.color-1 {
color: #f0a3c4;
}
.color-2 {
color: #f9e8a4;
}
.color-3 {
color: #a3e1d5;
}
.color-4 {
color: #6c9ccb;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #f0a3c4;
--color-2: #f9e8a4;
--color-3: #a3e1d5;
--color-4: #6c9ccb;
--color-5: #f47b1f;
}

CSS del degradado de fondo Dreamy Digital Daisies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3c4, #f9e8a4, #a3e1d5, #6c9ccb, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3c4, #f9e8a4, #a3e1d5, #6c9ccb, #f47b1f);
}

Dreamy Digital Daisies color palette created on .