Paleta de colores Fiore

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fiore palette

Compartir esta paleta en:

Descargar la paleta de colores Fiore (PNG)

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

CSS de la paleta de colores Fiore

/* CSS */
.color-1 {
color: #f1c6d8;
}
.color-2 {
color: #f4a4d7;
}
.color-3 {
color: #b8e5e5;
}
.color-4 {
color: #6abe99;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f1c6d8;
--color-2: #f4a4d7;
--color-3: #b8e5e5;
--color-4: #6abe99;
--color-5: #f9c54e;
}

CSS del degradado de fondo Fiore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d8, #f4a4d7, #b8e5e5, #6abe99, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d8, #f4a4d7, #b8e5e5, #6abe99, #f9c54e);
}

Fiore color palette created on .