Doomsday Clock, Bezel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Doomsday Clock, Bezel palette
Doomsday Clock, Bezel color palette PNG image
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);
}
Similar color palettes
Doomsday Clock, Bezel color palette created on .