Loading...

Paleta de colores Buttercup Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Buttercup Yellow palette

Compartir esta paleta en:

Descargar la paleta de colores Buttercup Yellow (PNG)

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

CSS de la paleta de colores Buttercup Yellow

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f0d24c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f7d44b;
}
.color-5 {
color: #e6b800;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f0d24c;
--color-3: #f0a800;
--color-4: #f7d44b;
--color-5: #e6b800;
}

CSS del degradado de fondo Buttercup Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}

Buttercup Yellow color palette created on .