Ithriel Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ithriel palette

Condividi questa palette a:

tavolozza dei colori Ithriel CSS

/* CSS */
.color-1 {
color: #715997;
}
.color-2 {
color: #4b4c91;
}
.color-3 {
color: #354782;
}
.color-4 {
color: #222368;
}
.color-5 {
color: #141548;
}

/* CSS Variables */
:root {
--color-1: #715997;
--color-2: #4b4c91;
--color-3: #354782;
--color-4: #222368;
--color-5: #141548;
}

CSS con gradiente di sfondo Ithriel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #715997, #4b4c91, #354782, #222368, #141548);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #715997, #4b4c91, #354782, #222368, #141548);
}

Ithriel color palette created on .