Sunset Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Orange palette
Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #76d6ae;
}
.color-4 {
color: #3b9fd8;
}
.color-5 {
color: #7c2c9b;
}
/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ffbd42;
--color-3: #76d6ae;
--color-4: #3b9fd8;
--color-5: #7c2c9b;
}
Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ffbd42, #76d6ae, #3b9fd8, #7c2c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ffbd42, #76d6ae, #3b9fd8, #7c2c9b);
}
Similar color palettes
Sunset Orange color palette created on .