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: #f9b69f;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #d85a2c;
}
.color-4 {
color: #a45a3d;
}
.color-5 {
color: #3b4b3a;
}

/* CSS Variables */
:root {
--color-1: #f9b69f;
--color-2: #f4a462;
--color-3: #d85a2c;
--color-4: #a45a3d;
--color-5: #3b4b3a;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b69f, #f4a462, #d85a2c, #a45a3d, #3b4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b69f, #f4a462, #d85a2c, #a45a3d, #3b4b3a);
}

Shades of Orange color palette created on .