Paleta de colores Esoteric

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Esoteric palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Esoteric

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

CSS de la paleta de colores Esoteric

/* 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 del degradado de fondo 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 .