Neurological Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neurological Reverie palette

Share this palette to:

Neurological Reverie color palette CSS

/* CSS */
.color-1 {
color: #1f194d;
}
.color-2 {
color: #4a2c72;
}
.color-3 {
color: #895b9f;
}
.color-4 {
color: #c58c9b;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #1f194d;
--color-2: #4a2c72;
--color-3: #895b9f;
--color-4: #c58c9b;
--color-5: #f1c84b;
}

Neurological Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f194d, #4a2c72, #895b9f, #c58c9b, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f194d, #4a2c72, #895b9f, #c58c9b, #f1c84b);
}

Neurological Reverie color palette created on .