Paleta de colores Yellow Diamond

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Diamond palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Yellow Diamond

Download yellow diamond color palette PNG image (landscape)
Download yellow diamond color palette PNG image (square)

CSS de la paleta de colores Yellow Diamond

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffe95c;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #f0a000;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffe95c;
--color-4: #f5c400;
--color-5: #f0a000;
}

CSS del degradado de fondo Yellow Diamond

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffe95c, #f5c400, #f0a000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffe95c, #f5c400, #f0a000);
}

Yellow Diamond color palette created on .