Midnight Jewel Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Jewel Tones palette
Midnight Jewel Tones color palette PNG image
Midnight Jewel Tones color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #990054;
}
.color-3 {
color: #c25400;
}
.color-4 {
color: #007a7a;
}
.color-5 {
color: #7e0094;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #990054;
--color-3: #c25400;
--color-4: #007a7a;
--color-5: #7e0094;
}
Midnight Jewel Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #990054, #c25400, #007a7a, #7e0094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #990054, #c25400, #007a7a, #7e0094);
}
Similar color palettes
Midnight Jewel Tones color palette created on .