Ethereal Temptation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Temptation palette
Ethereal Temptation color palette CSS
/* CSS */
.color-1 {
color: #2b0e3f;
}
.color-2 {
color: #4e1a5b;
}
.color-3 {
color: #7b3c8b;
}
.color-4 {
color: #b86b9a;
}
.color-5 {
color: #f2a6c7;
}
/* CSS Variables */
:root {
--color-1: #2b0e3f;
--color-2: #4e1a5b;
--color-3: #7b3c8b;
--color-4: #b86b9a;
--color-5: #f2a6c7;
}
Ethereal Temptation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b0e3f, #4e1a5b, #7b3c8b, #b86b9a, #f2a6c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b0e3f, #4e1a5b, #7b3c8b, #b86b9a, #f2a6c7);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
Ethereal Temptation color palette created on .