Paleta de colores Orange Fireflies

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Fireflies palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Fireflies

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f6a360;
}
.color-3 {
color: #ef9e4d;
}
.color-4 {
color: #e77a5f;
}
.color-5 {
color: #d55d79;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f6a360;
--color-3: #ef9e4d;
--color-4: #e77a5f;
--color-5: #d55d79;
}

CSS del degradado de fondo Orange Fireflies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f6a360, #ef9e4d, #e77a5f, #d55d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f6a360, #ef9e4d, #e77a5f, #d55d79);
}

Orange Fireflies color palette created on .