Odin's Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Odin's Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Odin's Glow

Download odin's glow color palette PNG image (landscape)
Download odin's glow color palette PNG image (square)

tavolozza dei colori Odin's Glow CSS

/* CSS */
.color-1 {
color: #6300e6;
}
.color-2 {
color: #5900b3;
}
.color-3 {
color: #47008f;
}
.color-4 {
color: #280057;
}
.color-5 {
color: #050307;
}

/* CSS Variables */
:root {
--color-1: #6300e6;
--color-2: #5900b3;
--color-3: #47008f;
--color-4: #280057;
--color-5: #050307;
}

CSS con gradiente di sfondo Odin's Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6300e6, #5900b3, #47008f, #280057, #050307);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6300e6, #5900b3, #47008f, #280057, #050307);
}

Odin's Glow color palette created on .