Paleta de colores Joyful Buttercup

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Joyful Buttercup palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Joyful Buttercup

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

CSS de la paleta de colores Joyful Buttercup

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffea00;
}
.color-3 {
color: #fff200;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffea00;
--color-3: #fff200;
--color-4: #ffb300;
--color-5: #ffc105;
}

CSS del degradado de fondo Joyful Buttercup

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffea00, #fff200, #ffb300, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffea00, #fff200, #ffb300, #ffc105);
}

Joyful Buttercup color palette created on .