Paleta de colores Retro Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Retro Orange

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f3a85e;
}
.color-3 {
color: #f9e69a;
}
.color-4 {
color: #b4dca3;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f3a85e;
--color-3: #f9e69a;
--color-4: #b4dca3;
--color-5: #4b91e2;
}

CSS del degradado de fondo Retro Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f3a85e, #f9e69a, #b4dca3, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f3a85e, #f9e69a, #b4dca3, #4b91e2);
}

Retro Orange color palette created on .