Paleta de colores Joyful Buttercup
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Joyful Buttercup palette
Imagen PNG de la paleta de colores Joyful Buttercup
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Amarillo
Joyful Buttercup color palette created on .