Paleta de colores Yellow Confection

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Confection palette

Compartir esta paleta en:

Descargar la paleta de colores Yellow Confection (PNG)

Download yellow confection color palette PNG image (landscape)
Download yellow confection color palette PNG image (square)

CSS de la paleta de colores Yellow Confection

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f2d40d;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f2d40d;
--color-3: #faa700;
--color-4: #f6b83c;
--color-5: #f5c400;
}

CSS del degradado de fondo Yellow Confection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}

Yellow Confection color palette created on .