Paleta de colores Pastel Yellow Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Yellow Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Yellow Sunshine

/* CSS */
.color-1 {
color: #f6e6a2;
}
.color-2 {
color: #f2d28c;
}
.color-3 {
color: #f2b75f;
}
.color-4 {
color: #f2a01c;
}
.color-5 {
color: #d78d1d;
}

/* CSS Variables */
:root {
--color-1: #f6e6a2;
--color-2: #f2d28c;
--color-3: #f2b75f;
--color-4: #f2a01c;
--color-5: #d78d1d;
}

CSS del degradado de fondo Pastel Yellow Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a2, #f2d28c, #f2b75f, #f2a01c, #d78d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a2, #f2d28c, #f2b75f, #f2a01c, #d78d1d);
}

Pastel Yellow Sunshine color palette created on .