Paleta de colores Yellow Sunflowers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Sunflowers palette

Compartir esta paleta en:

Descargar la paleta de colores Yellow Sunflowers (PNG)

Download yellow sunflowers color palette PNG image (landscape)
Download yellow sunflowers color palette PNG image (square)

CSS de la paleta de colores Yellow Sunflowers

/* CSS */
.color-1 {
color: #f6df2c;
}
.color-2 {
color: #f9d44e;
}
.color-3 {
color: #f9b90b;
}
.color-4 {
color: #f9a60b;
}
.color-5 {
color: #d68d2e;
}

/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #f9d44e;
--color-3: #f9b90b;
--color-4: #f9a60b;
--color-5: #d68d2e;
}

CSS del degradado de fondo Yellow Sunflowers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #f9d44e, #f9b90b, #f9a60b, #d68d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #f9d44e, #f9b90b, #f9a60b, #d68d2e);
}

Yellow Sunflowers color palette created on .