Ocean Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Ember palette

Share this palette to:

Ocean Ember color palette CSS

/* CSS */
.color-1 {
color: #a6a6a6;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #0076a8;
}
.color-4 {
color: #001d29;
}
.color-5 {
color: #d73f28;
}

/* CSS Variables */
:root {
--color-1: #a6a6a6;
--color-2: #ffffff;
--color-3: #0076a8;
--color-4: #001d29;
--color-5: #d73f28;
}

Ocean Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a6a6, #ffffff, #0076a8, #001d29, #d73f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a6a6, #ffffff, #0076a8, #001d29, #d73f28);
}

Ocean Ember color palette created on .