Ocean Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Depths palette
Download Ocean Depths Color Palette (PNG)
Ocean Depths color palette CSS
/* CSS */
.color-1 {
color: #42adfa;
}
.color-2 {
color: #3d8fdb;
}
.color-3 {
color: #2b69b6;
}
.color-4 {
color: #1b4d93;
}
.color-5 {
color: #0e3971;
}
/* CSS Variables */
:root {
--color-1: #42adfa;
--color-2: #3d8fdb;
--color-3: #2b69b6;
--color-4: #1b4d93;
--color-5: #0e3971;
}
Ocean Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42adfa, #3d8fdb, #2b69b6, #1b4d93, #0e3971);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Ocean Depths color palette created on .