Paleta de colores Shades of Orange and Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orange and Purple palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Orange and Purple (PNG)

Download shades of orange and purple color palette PNG image (landscape)
Download shades of orange and purple color palette PNG image (square)

CSS de la paleta de colores Shades of Orange and Purple

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e15d05;
}
.color-3 {
color: #d94f30;
}
.color-4 {
color: #c94a8e;
}
.color-5 {
color: #7c3d99;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e15d05;
--color-3: #d94f30;
--color-4: #c94a8e;
--color-5: #7c3d99;
}

CSS del degradado de fondo Shades of Orange and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e15d05, #d94f30, #c94a8e, #7c3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e15d05, #d94f30, #c94a8e, #7c3d99);
}

Shades of Orange and Purple color palette created on .