Midnight Thoughts Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Thoughts palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Thoughts Color Palette (PNG)
Midnight Thoughts color palette CSS
/* CSS */
.color-1 {
color: #1f2029;
}
.color-2 {
color: #2a2c41;
}
.color-3 {
color: #4e5d73;
}
.color-4 {
color: #a4cfdf;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #1f2029;
--color-2: #2a2c41;
--color-3: #4e5d73;
--color-4: #a4cfdf;
--color-5: #f4a462;
}
Midnight Thoughts background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2029, #2a2c41, #4e5d73, #a4cfdf, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2029, #2a2c41, #4e5d73, #a4cfdf, #f4a462);
}
Similar color palettes
Midnight Thoughts color palette created on .