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: #fab700;
}
.color-2 {
color: #f9c36c;
}
.color-3 {
color: #f4e4a4;
}
.color-4 {
color: #b9e9e1;
}
.color-5 {
color: #6cb4e4;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f9c36c;
--color-3: #f4e4a4;
--color-4: #b9e9e1;
--color-5: #6cb4e4;
}

CSS del degradado de fondo Sunny Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f9c36c, #f4e4a4, #b9e9e1, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f9c36c, #f4e4a4, #b9e9e1, #6cb4e4);
}

Sunny Yellow color palette created on .