Paleta de colores Yellow Ozzy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Ozzy palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Ozzy

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #f7e9a1;
}
.color-4 {
color: #e6c7b3;
}
.color-5 {
color: #e06c6c;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f9d55d;
--color-3: #f7e9a1;
--color-4: #e6c7b3;
--color-5: #e06c6c;
}

CSS del degradado de fondo Yellow Ozzy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f9d55d, #f7e9a1, #e6c7b3, #e06c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f9d55d, #f7e9a1, #e6c7b3, #e06c6c);
}

Yellow Ozzy color palette created on .