Esoteric Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Esoteric palette

Share this palette to:

Download Esoteric Color Palette (PNG)

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

Esoteric color palette 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;
}

Esoteric background gradient CSS

/* 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 .