Paleta de colores Shades of Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Orange

/* CSS */
.color-1 {
color: #f7c94a;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #e2694b;
}
.color-4 {
color: #d24b6d;
}
.color-5 {
color: #a41e5c;
}

/* CSS Variables */
:root {
--color-1: #f7c94a;
--color-2: #f29e4a;
--color-3: #e2694b;
--color-4: #d24b6d;
--color-5: #a41e5c;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94a, #f29e4a, #e2694b, #d24b6d, #a41e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94a, #f29e4a, #e2694b, #d24b6d, #a41e5c);
}

Shades of Orange color palette created on .