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: #ff6e61;
}
.color-2 {
color: #6d9c79;
}
.color-3 {
color: #3a7856;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c79;
--color-3: #3a7856;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
Eclipse of Emotion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c79, #3a7856, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c79, #3a7856, #f1c40e, #e74d3c);
}
Similar color palettes
Eclipse of Emotion color palette created on .