Rustic Neon Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Neon Dreamscape palette

Share this palette to:

Rustic Neon Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #3d1a1f;
}
.color-2 {
color: #d9b88c;
}
.color-3 {
color: #fbf1a7;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #1e3e57;
}

/* CSS Variables */
:root {
--color-1: #3d1a1f;
--color-2: #d9b88c;
--color-3: #fbf1a7;
--color-4: #ff7142;
--color-5: #1e3e57;
}

Rustic Neon Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1f, #d9b88c, #fbf1a7, #ff7142, #1e3e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1f, #d9b88c, #fbf1a7, #ff7142, #1e3e57);
}

Similar color palettes

Rustic Neon Dreamscape color palette created on .