Oracle's Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oracle's Ember palette

Share this palette to:

Oracle's Ember color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f9a26c;
}
.color-3 {
color: #f97924;
}
.color-4 {
color: #ea5d0b;
}
.color-5 {
color: #b86e2e;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f9a26c;
--color-3: #f97924;
--color-4: #ea5d0b;
--color-5: #b86e2e;
}

Oracle's Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f9a26c, #f97924, #ea5d0b, #b86e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f9a26c, #f97924, #ea5d0b, #b86e2e);
}

Oracle's Ember color palette created on .