Paleta de colores Ethereal Paradox

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Paradox palette

Compartir esta paleta en:

Descargar la paleta de colores Ethereal Paradox (PNG)

Download ethereal paradox color palette PNG image (landscape)
Download ethereal paradox color palette PNG image (square)

CSS de la paleta de colores Ethereal Paradox

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #6b7c94;
}
.color-3 {
color: #b1c8d8;
}
.color-4 {
color: #f0e2b2;
}
.color-5 {
color: #f2696b;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #6b7c94;
--color-3: #b1c8d8;
--color-4: #f0e2b2;
--color-5: #f2696b;
}

CSS del degradado de fondo Ethereal Paradox

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #6b7c94, #b1c8d8, #f0e2b2, #f2696b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #6b7c94, #b1c8d8, #f0e2b2, #f2696b);
}

Ethereal Paradox color palette created on .