Paleta de colores Shades of Corn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Corn palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Corn

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f09b24;
}
.color-4 {
color: #e88d17;
}
.color-5 {
color: #e88111;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f6b83c;
--color-3: #f09b24;
--color-4: #e88d17;
--color-5: #e88111;
}

CSS del degradado de fondo Shades of Corn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f6b83c, #f09b24, #e88d17, #e88111);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f6b83c, #f09b24, #e88d17, #e88111);
}

Shades of Corn color palette created on .