Gatriel Purple Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gatriel Purple Shades palette

Condividi questa palette a:

tavolozza dei colori Gatriel Purple Shades CSS

/* CSS */
.color-1 {
color: #6b3f8d;
}
.color-2 {
color: #8f5ea1;
}
.color-3 {
color: #c3a1d4;
}
.color-4 {
color: #f0b2df;
}
.color-5 {
color: #f29cbb;
}

/* CSS Variables */
:root {
--color-1: #6b3f8d;
--color-2: #8f5ea1;
--color-3: #c3a1d4;
--color-4: #f0b2df;
--color-5: #f29cbb;
}

CSS con gradiente di sfondo Gatriel Purple Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b3f8d, #8f5ea1, #c3a1d4, #f0b2df, #f29cbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b3f8d, #8f5ea1, #c3a1d4, #f0b2df, #f29cbb);
}

Gatriel Purple Shades color palette created on .