Paleta de colores Warm Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Yellow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Yellow

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

CSS de la paleta de colores Warm Yellow

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff772e;
}
.color-3 {
color: #ff4e33;
}
.color-4 {
color: #fea481;
}
.color-5 {
color: #b1b5fb;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff772e;
--color-3: #ff4e33;
--color-4: #fea481;
--color-5: #b1b5fb;
}

CSS del degradado de fondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff772e, #ff4e33, #fea481, #b1b5fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff772e, #ff4e33, #fea481, #b1b5fb);
}

Warm Yellow color palette created on .