Eclipse of Emotion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclipse of Emotion palette
Eclipse of Emotion color palette CSS
/* CSS */
.color-1 {
color: #1d1d30;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #6f6f90;
}
.color-4 {
color: #b55e82;
}
.color-5 {
color: #c45a8d;
}
/* CSS Variables */
:root {
--color-1: #1d1d30;
--color-2: #4b4b6c;
--color-3: #6f6f90;
--color-4: #b55e82;
--color-5: #c45a8d;
}
Eclipse of Emotion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Eclipse of Emotion color palette created on .