Twilight Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Ember palette

Share this palette to:

Twilight Ember color palette CSS

/* CSS */
.color-1 {
color: #1c3f5a;
}
.color-2 {
color: #f25c54;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #e4d03a;
}
.color-5 {
color: #2f5c65;
}

/* CSS Variables */
:root {
--color-1: #1c3f5a;
--color-2: #f25c54;
--color-3: #f7b32b;
--color-4: #e4d03a;
--color-5: #2f5c65;
}

Twilight Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f5a, #f25c54, #f7b32b, #e4d03a, #2f5c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f5a, #f25c54, #f7b32b, #e4d03a, #2f5c65);
}

Twilight Ember color palette created on .