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: #ffdd57;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #f5a524;
--color-5: #f1c40e;
}

CSS del degradado de fondo Sunny Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff6e61, #ff3b38, #f5a524, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff6e61, #ff3b38, #f5a524, #f1c40e);
}

Sunny Yellow color palette created on .