Celestial Cogs Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Cogs palette
Celestial Cogs color palette CSS
/* CSS */
.color-1 {
color: #c9d4e4;
}
.color-2 {
color: #a3c9e0;
}
.color-3 {
color: #5ba4c8;
}
.color-4 {
color: #2e7c94;
}
.color-5 {
color: #1d4b67;
}
/* CSS Variables */
:root {
--color-1: #c9d4e4;
--color-2: #a3c9e0;
--color-3: #5ba4c8;
--color-4: #2e7c94;
--color-5: #1d4b67;
}
Celestial Cogs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9d4e4, #a3c9e0, #5ba4c8, #2e7c94, #1d4b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9d4e4, #a3c9e0, #5ba4c8, #2e7c94, #1d4b67);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Celestial Cogs color palette created on .