Oceanic Emberwood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Emberwood palette
Oceanic Emberwood color palette CSS
/* CSS */
.color-1 {
color: #6a8ea0;
}
.color-2 {
color: #5f8395;
}
.color-3 {
color: #457587;
}
.color-4 {
color: #715a56;
}
.color-5 {
color: #226877;
}
/* CSS Variables */
:root {
--color-1: #6a8ea0;
--color-2: #5f8395;
--color-3: #457587;
--color-4: #715a56;
--color-5: #226877;
}
Oceanic Emberwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8ea0, #5f8395, #457587, #715a56, #226877);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8ea0, #5f8395, #457587, #715a56, #226877);
}
Similar color palettes
Scroll down to explore 100+ Teal color palettes
Oceanic Emberwood color palette created on .