Paleta de colores Yellow Starburst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Starburst palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Starburst

/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #f09328;
}
.color-4 {
color: #eb5656;
}
.color-5 {
color: #6b8acc;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f9cb24;
--color-3: #f09328;
--color-4: #eb5656;
--color-5: #6b8acc;
}

CSS del degradado de fondo Yellow Starburst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f9cb24, #f09328, #eb5656, #6b8acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f9cb24, #f09328, #eb5656, #6b8acc);
}

Yellow Starburst color palette created on .