Paleta de colores Buttercup Brights

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Buttercup Brights palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Buttercup Brights

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

CSS de la paleta de colores Buttercup Brights

/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #f9d77b;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #d6a800;
}
.color-5 {
color: #b39b00;
}

/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #f9d77b;
--color-3: #f7b32b;
--color-4: #d6a800;
--color-5: #b39b00;
}

CSS del degradado de fondo Buttercup Brights

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #f9d77b, #f7b32b, #d6a800, #b39b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #f9d77b, #f7b32b, #d6a800, #b39b00);
}

Buttercup Brights color palette created on .