Colorful Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Night palette
Colorful Night color palette CSS
/* CSS */
.color-1 {
color: #d1a04d;
}
.color-2 {
color: #9d3f3f;
}
.color-3 {
color: #6f7d9b;
}
.color-4 {
color: #b5cf4f;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #d1a04d;
--color-2: #9d3f3f;
--color-3: #6f7d9b;
--color-4: #b5cf4f;
--color-5: #ffb300;
}
Colorful Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a04d, #9d3f3f, #6f7d9b, #b5cf4f, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a04d, #9d3f3f, #6f7d9b, #b5cf4f, #ffb300);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Colorful Night color palette created on .