The Ceaseless Watcher Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Ceaseless Watcher palette
The Ceaseless Watcher color palette PNG image
The Ceaseless Watcher color palette CSS
/* CSS */
.color-1 {
color: #1b3c5a;
}
.color-2 {
color: #2c4f6d;
}
.color-3 {
color: #3e6498;
}
.color-4 {
color: #8ac6e0;
}
.color-5 {
color: #f3d3b4;
}
/* CSS Variables */
:root {
--color-1: #1b3c5a;
--color-2: #2c4f6d;
--color-3: #3e6498;
--color-4: #8ac6e0;
--color-5: #f3d3b4;
}
The Ceaseless Watcher background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3c5a, #2c4f6d, #3e6498, #8ac6e0, #f3d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3c5a, #2c4f6d, #3e6498, #8ac6e0, #f3d3b4);
}
Similar color palettes
The Ceaseless Watcher color palette created on .