Paleta de colores Dandy Flower

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dandy Flower palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dandy Flower

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

CSS de la paleta de colores Dandy Flower

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f0a64c;
}
.color-3 {
color: #e77a4b;
}
.color-4 {
color: #d7708f;
}
.color-5 {
color: #a55f9e;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f0a64c;
--color-3: #e77a4b;
--color-4: #d7708f;
--color-5: #a55f9e;
}

CSS del degradado de fondo Dandy Flower

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f0a64c, #e77a4b, #d7708f, #a55f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f0a64c, #e77a4b, #d7708f, #a55f9e);
}

Dandy Flower color palette created on .