Oceanic Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Glow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oceanic Glow Color Palette (PNG)
Oceanic Glow color palette CSS
/* CSS */
.color-1 {
color: #1e3e3b;
}
.color-2 {
color: #2f5b54;
}
.color-3 {
color: #4f7871;
}
.color-4 {
color: #9ab79f;
}
.color-5 {
color: #d4e8e0;
}
/* CSS Variables */
:root {
--color-1: #1e3e3b;
--color-2: #2f5b54;
--color-3: #4f7871;
--color-4: #9ab79f;
--color-5: #d4e8e0;
}
Oceanic Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3e3b, #2f5b54, #4f7871, #9ab79f, #d4e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3e3b, #2f5b54, #4f7871, #9ab79f, #d4e8e0);
}
Similar color palettes
Oceanic Glow color palette created on .