Corporate Sunset Stage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Corporate Sunset Stage palette

Share this palette to:

Corporate Sunset Stage color palette CSS

/* CSS */
.color-1 {
color: #1c74e9;
}
.color-2 {
color: #fbbd23;
}
.color-3 {
color: #f97415;
}
.color-4 {
color: #e7b008;
}
.color-5 {
color: #c03f0c;
}

/* CSS Variables */
:root {
--color-1: #1c74e9;
--color-2: #fbbd23;
--color-3: #f97415;
--color-4: #e7b008;
--color-5: #c03f0c;
}

Corporate Sunset Stage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c74e9, #fbbd23, #f97415, #e7b008, #c03f0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c74e9, #fbbd23, #f97415, #e7b008, #c03f0c);
}

Corporate Sunset Stage color palette created on .