Deep Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Waters palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deep Waters Color Palette (PNG)
Deep Waters color palette CSS
/* CSS */
.color-1 {
color: #002d61;
}
.color-2 {
color: #a99666;
}
.color-3 {
color: #00306b;
}
.color-4 {
color: #002e66;
}
.color-5 {
color: #003066;
}
/* CSS Variables */
:root {
--color-1: #002d61;
--color-2: #a99666;
--color-3: #00306b;
--color-4: #002e66;
--color-5: #003066;
}
Deep Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002d61, #a99666, #00306b, #002e66, #003066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002d61, #a99666, #00306b, #002e66, #003066);
}
Similar color palettes
Deep Waters color palette created on .