Deep Ocean Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Ocean Dreams palette
Deep Ocean Dreams color palette CSS
/* CSS */
.color-1 {
color: #000061;
}
.color-2 {
color: #1a1e99;
}
.color-3 {
color: #3e5bda;
}
.color-4 {
color: #809fff;
}
.color-5 {
color: #b3d6ff;
}
/* CSS Variables */
:root {
--color-1: #000061;
--color-2: #1a1e99;
--color-3: #3e5bda;
--color-4: #809fff;
--color-5: #b3d6ff;
}
Deep Ocean Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000061, #1a1e99, #3e5bda, #809fff, #b3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000061, #1a1e99, #3e5bda, #809fff, #b3d6ff);
}
Similar color palettes
Deep Ocean Dreams color palette created on .