Starry Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starry Night palette
Download Starry Night Color Palette (PNG)
Starry Night color palette CSS
/* CSS */
.color-1 {
color: #f5df3d;
}
.color-2 {
color: #3b7fbf;
}
.color-3 {
color: #a92d5d;
}
.color-4 {
color: #6d2c90;
}
.color-5 {
color: #f15b5b;
}
/* CSS Variables */
:root {
--color-1: #f5df3d;
--color-2: #3b7fbf;
--color-3: #a92d5d;
--color-4: #6d2c90;
--color-5: #f15b5b;
}
Starry Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5df3d, #3b7fbf, #a92d5d, #6d2c90, #f15b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5df3d, #3b7fbf, #a92d5d, #6d2c90, #f15b5b);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Starry Night color palette created on .