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: #ffcb5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #402c20;
}
.color-5 {
color: #4baf8e;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6e61;
--color-3: #690571;
--color-4: #402c20;
--color-5: #4baf8e;
}

CSS del degradado de fondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6e61, #690571, #402c20, #4baf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6e61, #690571, #402c20, #4baf8e);
}

Shades of Yellow color palette created on .