Cyber Sunset Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Sunset Dreams palette
Cyber Sunset Dreams color palette CSS
/* CSS */
.color-1 {
color: #79d3f1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #f78db2;
}
.color-5 {
color: #5b4dff;
}
/* CSS Variables */
:root {
--color-1: #79d3f1;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #f78db2;
--color-5: #5b4dff;
}
Cyber Sunset Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79d3f1, #ff6e61, #ffb347, #f78db2, #5b4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79d3f1, #ff6e61, #ffb347, #f78db2, #5b4dff);
}
Similar color palettes
Cyber Sunset Dreams color palette created on .