Paleta de colores Yellow Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Sunset

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6809d;
}
.color-5 {
color: #5f4e79;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #d6809d;
--color-5: #5f4e79;
}

CSS del degradado de fondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #ffb84d, #ff6e61, #d6809d, #5f4e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #ffb84d, #ff6e61, #d6809d, #5f4e79);
}

Yellow Sunset color palette created on .