Paleta de colores Yellow Daisy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Daisy palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Daisy

/* CSS */
.color-1 {
color: #f6eba7;
}
.color-2 {
color: #f9d57b;
}
.color-3 {
color: #f3c65e;
}
.color-4 {
color: #e6a84c;
}
.color-5 {
color: #d5913f;
}

/* CSS Variables */
:root {
--color-1: #f6eba7;
--color-2: #f9d57b;
--color-3: #f3c65e;
--color-4: #e6a84c;
--color-5: #d5913f;
}

CSS del degradado de fondo Yellow Daisy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eba7, #f9d57b, #f3c65e, #e6a84c, #d5913f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eba7, #f9d57b, #f3c65e, #e6a84c, #d5913f);
}

Yellow Daisy color palette created on .