Celestial Drift Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Drift palette
Celestial Drift color palette CSS
/* CSS */
.color-1 {
color: #2f2729;
}
.color-2 {
color: #705757;
}
.color-3 {
color: #ae8b84;
}
.color-4 {
color: #d3abaf;
}
.color-5 {
color: #e5cdcd;
}
/* CSS Variables */
:root {
--color-1: #2f2729;
--color-2: #705757;
--color-3: #ae8b84;
--color-4: #d3abaf;
--color-5: #e5cdcd;
}
Celestial Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f2729, #705757, #ae8b84, #d3abaf, #e5cdcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f2729, #705757, #ae8b84, #d3abaf, #e5cdcd);
}
Similar color palettes
Celestial Drift color palette created on .