Paleta de colores Yellow Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Sunshine

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9be48;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #f4e5a4;
}
.color-5 {
color: #f9f8c3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9be48;
--color-3: #f1d35b;
--color-4: #f4e5a4;
--color-5: #f9f8c3;
}

CSS del degradado de fondo Yellow Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9be48, #f1d35b, #f4e5a4, #f9f8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9be48, #f1d35b, #f4e5a4, #f9f8c3);
}

Yellow Sunshine color palette created on .