Shades of Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Purple palette

Condividi questa palette a:

tavolozza dei colori Shades of Purple CSS

/* CSS */
.color-1 {
color: #f0b25c;
}
.color-2 {
color: #d57f5d;
}
.color-3 {
color: #a84d8d;
}
.color-4 {
color: #794db3;
}
.color-5 {
color: #4e86d0;
}

/* CSS Variables */
:root {
--color-1: #f0b25c;
--color-2: #d57f5d;
--color-3: #a84d8d;
--color-4: #794db3;
--color-5: #4e86d0;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b25c, #d57f5d, #a84d8d, #794db3, #4e86d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b25c, #d57f5d, #a84d8d, #794db3, #4e86d0);
}

Shades of Purple color palette created on .