Shades of Purple and Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple and Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Purple and Orange CSS

/* CSS */
.color-1 {
color: #1f1c5e;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #b34d92;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #ff5d38;
}

/* CSS Variables */
:root {
--color-1: #1f1c5e;
--color-2: #684f92;
--color-3: #b34d92;
--color-4: #f3a34f;
--color-5: #ff5d38;
}

CSS con gradiente di sfondo Shades of Purple and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}

Shades of Purple and Orange color palette created on .