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