Skyward Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyward Ember palette

Share this palette to:

Skyward Ember color palette CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #f8afa0;
}
.color-4 {
color: #d62e3f;
}
.color-5 {
color: #5b4b8b;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f6d55a;
--color-3: #f8afa0;
--color-4: #d62e3f;
--color-5: #5b4b8b;
}

Skyward Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f6d55a, #f8afa0, #d62e3f, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f6d55a, #f8afa0, #d62e3f, #5b4b8b);
}

Skyward Ember color palette created on .