Esoteric Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Esoteric palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Esoteric

Download esoteric color palette PNG image (landscape)
Download esoteric color palette PNG image (square)

tavolozza dei colori Esoteric CSS

/* CSS */
.color-1 {
color: #433d8f;
}
.color-2 {
color: #694893;
}
.color-3 {
color: #ba5e88;
}
.color-4 {
color: #e3a164;
}
.color-5 {
color: #f6cb4c;
}

/* CSS Variables */
:root {
--color-1: #433d8f;
--color-2: #694893;
--color-3: #ba5e88;
--color-4: #e3a164;
--color-5: #f6cb4c;
}

CSS con gradiente di sfondo Esoteric

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #433d8f, #694893, #ba5e88, #e3a164, #f6cb4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #433d8f, #694893, #ba5e88, #e3a164, #f6cb4c);
}

Esoteric color palette created on .