Paleta de colores Sunny Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Sunny Yellow

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #6d9dc5;
}
.color-4 {
color: #5cdb95;
}
.color-5 {
color: #b7fbbe;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9aeae;
--color-3: #6d9dc5;
--color-4: #5cdb95;
--color-5: #b7fbbe;
}

CSS del degradado de fondo Sunny Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9aeae, #6d9dc5, #5cdb95, #b7fbbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9aeae, #6d9dc5, #5cdb95, #b7fbbe);
}

Sunny Yellow color palette created on .