Midnight Carnival Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Carnival palette
Midnight Carnival color palette CSS
/* CSS */
.color-1 {
color: #3a2d5d;
}
.color-2 {
color: #6b4c94;
}
.color-3 {
color: #d89031;
}
.color-4 {
color: #e15b3d;
}
.color-5 {
color: #593d2c;
}
/* CSS Variables */
:root {
--color-1: #3a2d5d;
--color-2: #6b4c94;
--color-3: #d89031;
--color-4: #e15b3d;
--color-5: #593d2c;
}
Midnight Carnival background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2d5d, #6b4c94, #d89031, #e15b3d, #593d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2d5d, #6b4c94, #d89031, #e15b3d, #593d2c);
}
Similar color palettes
Midnight Carnival color palette created on .