Paleta de colores Yellow Aileenburg

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Aileenburg palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Aileenburg

/* CSS */
.color-1 {
color: #fab300;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #fae500;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f05800;
}

/* CSS Variables */
:root {
--color-1: #fab300;
--color-2: #fad400;
--color-3: #fae500;
--color-4: #f0a400;
--color-5: #f05800;
}

CSS del degradado de fondo Yellow Aileenburg

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab300, #fad400, #fae500, #f0a400, #f05800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab300, #fad400, #fae500, #f0a400, #f05800);
}

Yellow Aileenburg color palette created on .