Oceanic Sorrow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Sorrow palette
Oceanic Sorrow color palette CSS
/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #7ebac9;
}
.color-3 {
color: #4a9ea5;
}
.color-4 {
color: #3b7d7b;
}
.color-5 {
color: #2c5e5d;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #7ebac9;
--color-3: #4a9ea5;
--color-4: #3b7d7b;
--color-5: #2c5e5d;
}
Oceanic Sorrow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #7ebac9, #4a9ea5, #3b7d7b, #2c5e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #7ebac9, #4a9ea5, #3b7d7b, #2c5e5d);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Oceanic Sorrow color palette created on .