"Twilight Embrace" Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with "Twilight Embrace" palette
"Twilight Embrace" color palette CSS
/* CSS */
.color-1 {
color: #ecc47e;
}
.color-2 {
color: #a6604e;
}
.color-3 {
color: #0961ae;
}
.color-4 {
color: #513357;
}
.color-5 {
color: #06407f;
}
/* CSS Variables */
:root {
--color-1: #ecc47e;
--color-2: #a6604e;
--color-3: #0961ae;
--color-4: #513357;
--color-5: #06407f;
}
"Twilight Embrace" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecc47e, #a6604e, #0961ae, #513357, #06407f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecc47e, #a6604e, #0961ae, #513357, #06407f);
}
Similar color palettes
"Twilight Embrace" color palette created on .