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: #f6a90e;
}
.color-2 {
color: #f6d379;
}
.color-3 {
color: #f4a60b;
}
.color-4 {
color: #e2a522;
}
.color-5 {
color: #d9d630;
}

/* CSS Variables */
:root {
--color-1: #f6a90e;
--color-2: #f6d379;
--color-3: #f4a60b;
--color-4: #e2a522;
--color-5: #d9d630;
}

CSS del degradado de fondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a90e, #f6d379, #f4a60b, #e2a522, #d9d630);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a90e, #f6d379, #f4a60b, #e2a522, #d9d630);
}

Yellow Sunset color palette created on .