Paleta de colores The Ceaseless Watcher
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with The Ceaseless Watcher palette
CSS de la paleta de colores The Ceaseless Watcher
/* 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;
}
CSS del degradado de fondo The Ceaseless Watcher
/* 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);
}
Paletas de colores similares
The Ceaseless Watcher color palette created on .