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: #f6d241;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #2e4c7f;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f6d241;
--color-2: #ff6933;
--color-3: #ff4d4f;
--color-4: #2e4c7f;
--color-5: #4a9cd3;
}

CSS del degradado de fondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d241, #ff6933, #ff4d4f, #2e4c7f, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d241, #ff6933, #ff4d4f, #2e4c7f, #4a9cd3);
}

Yellow Sunset color palette created on .