Doomsday Clock, Bezel Color Palette

Discover the beautiful Doomsday Clock, Bezel color palette featuring lavender rose (#ff8ae6), pink lace (#ffc5eb), fair pink (#ffedeb), hint of green (#deffe6) and anakiwa (#7bddff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Cream, Feminine, Light, Pastel, Pink, Soft, Summer, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Doomsday Clock, Bezel color palette CSS

/* CSS */
.color-1 {
color: #ff8ae6;
}
.color-2 {
color: #ffc5eb;
}
.color-3 {
color: #ffedeb;
}
.color-4 {
color: #deffe6;
}
.color-5 {
color: #7bddff;
}

/* CSS Variables */
:root {
--color-1: #ff8ae6;
--color-2: #ffc5eb;
--color-3: #ffedeb;
--color-4: #deffe6;
--color-5: #7bddff;
}

🌈 Doomsday Clock, Bezel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8ae6, #ffc5eb, #ffedeb, #deffe6, #7bddff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8ae6, #ffc5eb, #ffedeb, #deffe6, #7bddff);
}

Doomsday Clock, Bezel color palette created on .