Doomsday Clock, Bezel Color Palette

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

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Pastel, Light, Soft, Aqua, Blue, Cream, Summer, Vibrant, Feminine 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: #ffc7eb;
}
.color-3 {
color: #ffedeb;
}
.color-4 {
color: #e0ffe8;
}
.color-5 {
color: #7adeff;
}

/* CSS Variables */
:root {
--color-1: #ff8ae6;
--color-2: #ffc7eb;
--color-3: #ffedeb;
--color-4: #e0ffe8;
--color-5: #7adeff;
}

🌈 Doomsday Clock, Bezel background gradient CSS

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

Doomsday Clock, Bezel color palette created on .