Midnight Thoughts Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Thoughts palette
Midnight Thoughts color palette PNG image
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
Scroll down to explore 1000+ colors.night color palettes
Midnight Thoughts color palette created on .