Near-Death Hallucinations Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Near-Death Hallucinations palette
Near-Death Hallucinations color palette PNG image
Near-Death Hallucinations color palette CSS
/* CSS */
.color-1 {
color: #1f1c3b;
}
.color-2 {
color: #4a2c6d;
}
.color-3 {
color: #8e599b;
}
.color-4 {
color: #d67a9c;
}
.color-5 {
color: #f5d03d;
}
/* CSS Variables */
:root {
--color-1: #1f1c3b;
--color-2: #4a2c6d;
--color-3: #8e599b;
--color-4: #d67a9c;
--color-5: #f5d03d;
}
Near-Death Hallucinations background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c3b, #4a2c6d, #8e599b, #d67a9c, #f5d03d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c3b, #4a2c6d, #8e599b, #d67a9c, #f5d03d);
}
Similar color palettes
Near-Death Hallucinations color palette created on .