Embers Under Starlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers Under Starlight palette
Download Embers Under Starlight Color Palette (PNG)
Embers Under Starlight color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #e63746;
}
.color-3 {
color: #f2faef;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #e63746;
--color-3: #f2faef;
--color-4: #a7dadc;
--color-5: #447a9c;
}
Embers Under Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #e63746, #f2faef, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #e63746, #f2faef, #a7dadc, #447a9c);
}
Similar color palettes
Embers Under Starlight color palette created on .