Oceanic Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Shadows palette
Oceanic Shadows color palette CSS
/* CSS */
.color-1 {
color: #25272c;
}
.color-2 {
color: #3b4044;
}
.color-3 {
color: #5a5f63;
}
.color-4 {
color: #a2b1b4;
}
.color-5 {
color: #e3e7e8;
}
/* CSS Variables */
:root {
--color-1: #25272c;
--color-2: #3b4044;
--color-3: #5a5f63;
--color-4: #a2b1b4;
--color-5: #e3e7e8;
}
Oceanic Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25272c, #3b4044, #5a5f63, #a2b1b4, #e3e7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25272c, #3b4044, #5a5f63, #a2b1b4, #e3e7e8);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Oceanic Shadows color palette created on .