Paleta de colores Shades of Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow

/* CSS */
.color-1 {
color: #ffdd00;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #7f8c3b;
}
.color-4 {
color: #ffc83d;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #ffdd00;
--color-2: #005c75;
--color-3: #7f8c3b;
--color-4: #ffc83d;
--color-5: #d63f2e;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd00, #005c75, #7f8c3b, #ffc83d, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd00, #005c75, #7f8c3b, #ffc83d, #d63f2e);
}

Shades of Yellow color palette created on .