Cosmic Abyss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Abyss palette
Cosmic Abyss color palette CSS
/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3d3f42;
}
.color-3 {
color: #5b5d62;
}
.color-4 {
color: #7c7e83;
}
.color-5 {
color: #a1a3aa;
}
/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3d3f42;
--color-3: #5b5d62;
--color-4: #7c7e83;
--color-5: #a1a3aa;
}
Cosmic Abyss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3d3f42, #5b5d62, #7c7e83, #a1a3aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3d3f42, #5b5d62, #7c7e83, #a1a3aa);
}
Similar color palettes
Cosmic Abyss color palette created on .