Oceanic Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Ember palette
Oceanic Ember color palette CSS
/* CSS */
.color-1 {
color: #3f7d9d;
}
.color-2 {
color: #5cb9c7;
}
.color-3 {
color: #68d7e3;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #f45c3e;
}
/* CSS Variables */
:root {
--color-1: #3f7d9d;
--color-2: #5cb9c7;
--color-3: #68d7e3;
--color-4: #f7c94b;
--color-5: #f45c3e;
}
Oceanic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f7d9d, #5cb9c7, #68d7e3, #f7c94b, #f45c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f7d9d, #5cb9c7, #68d7e3, #f7c94b, #f45c3e);
}
Similar color palettes
Oceanic Ember color palette created on .