Sunset in the Cyber Realm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset in the Cyber Realm palette
Sunset in the Cyber Realm color palette CSS
/* CSS */
.color-1 {
color: #f2b05a;
}
.color-2 {
color: #f28d3a;
}
.color-3 {
color: #f26550;
}
.color-4 {
color: #d84b83;
}
.color-5 {
color: #6b508b;
}
/* CSS Variables */
:root {
--color-1: #f2b05a;
--color-2: #f28d3a;
--color-3: #f26550;
--color-4: #d84b83;
--color-5: #6b508b;
}
Sunset in the Cyber Realm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b05a, #f28d3a, #f26550, #d84b83, #6b508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b05a, #f28d3a, #f26550, #d84b83, #6b508b);
}
Similar color palettes
Sunset in the Cyber Realm color palette created on .