Ethereal Paradox Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Paradox palette
Download Ethereal Paradox Color Palette (PNG)
Ethereal Paradox color palette CSS
/* 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;
}
Ethereal Paradox background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ethereal Paradox color palette created on .