Paleta de colores Orange Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Shades

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #3e8b8e;
}
.color-5 {
color: #5e5b8b;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #3e8b8e;
--color-5: #5e5b8b;
}

CSS del degradado de fondo Orange Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffeb8a, #3e8b8e, #5e5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffeb8a, #3e8b8e, #5e5b8b);
}

Orange Shades color palette created on .