Paleta de colores Golden Corn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Corn palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Corn

/* CSS */
.color-1 {
color: #fbeb8e;
}
.color-2 {
color: #f2d269;
}
.color-3 {
color: #e8b84f;
}
.color-4 {
color: #d9a44a;
}
.color-5 {
color: #f18a3b;
}

/* CSS Variables */
:root {
--color-1: #fbeb8e;
--color-2: #f2d269;
--color-3: #e8b84f;
--color-4: #d9a44a;
--color-5: #f18a3b;
}

CSS del degradado de fondo Golden Corn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbeb8e, #f2d269, #e8b84f, #d9a44a, #f18a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbeb8e, #f2d269, #e8b84f, #d9a44a, #f18a3b);
}

Golden Corn color palette created on .