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: #b3d0ff;
}
.color-2 {
color: #e59eff;
}
.color-3 {
color: #d1a3ff;
}
.color-4 {
color: #ffb3ff;
}
.color-5 {
color: #ff5cb3;
}

/* CSS Variables */
:root {
--color-1: #b3d0ff;
--color-2: #e59eff;
--color-3: #d1a3ff;
--color-4: #ffb3ff;
--color-5: #ff5cb3;
}

CSS con gradiente di sfondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d0ff, #e59eff, #d1a3ff, #ffb3ff, #ff5cb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d0ff, #e59eff, #d1a3ff, #ffb3ff, #ff5cb3);
}

Shades of Purple color palette created on .