Doomsday Clock, Bezel Color Palette
Discover the beautiful Doomsday Clock, Bezel color palette featuring mexican red (#a01c2e), vermilion (#ff4d00), supernova (#ffc800), rio grande (#a8d600) and boston blue (#3b8dba).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Doomsday Clock, Bezel palette
💻 Doomsday Clock, Bezel color palette CSS
/* CSS */
.color-1 {
color: #a01c2e;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #3b8dba;
}
/* CSS Variables */
:root {
--color-1: #a01c2e;
--color-2: #ff4d00;
--color-3: #ffc800;
--color-4: #a8d600;
--color-5: #3b8dba;
} 🌈 Doomsday Clock, Bezel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a01c2e, #ff4d00, #ffc800, #a8d600, #3b8dba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a01c2e, #ff4d00, #ffc800, #a8d600, #3b8dba);
} 🔗 Explore similar color palettes
Doomsday Clock, Bezel color palette created on .