Mystic Violets and Golden Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystic Violets and Golden Hues palette

Condividi questa palette a:

tavolozza dei colori Mystic Violets and Golden Hues CSS

/* CSS */
.color-1 {
color: #4e1b88;
}
.color-2 {
color: #6a3eda;
}
.color-3 {
color: #a45cbc;
}
.color-4 {
color: #d69d4c;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #4e1b88;
--color-2: #6a3eda;
--color-3: #a45cbc;
--color-4: #d69d4c;
--color-5: #f1c40e;
}

CSS con gradiente di sfondo Mystic Violets and Golden Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e1b88, #6a3eda, #a45cbc, #d69d4c, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e1b88, #6a3eda, #a45cbc, #d69d4c, #f1c40e);
}

Mystic Violets and Golden Hues color palette created on .