Red Doomsday Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Doomsday palette
Red Doomsday color palette CSS
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e64919;
}
.color-3 {
color: #fbc02d;
}
.color-4 {
color: #80c684;
}
.color-5 {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e64919;
--color-3: #fbc02d;
--color-4: #80c684;
--color-5: #4eb7ac;
}
Red Doomsday background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e64919, #fbc02d, #80c684, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e64919, #fbc02d, #80c684, #4eb7ac);
}
Similar color palettes
Red Doomsday color palette created on .