Sigma Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sigma Sunrise palette

Share this palette to:

Sigma Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b9e0f9;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #d55d89;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b9e0f9;
--color-3: #f1b74b;
--color-4: #ff6e42;
--color-5: #d55d89;
}

Sigma Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b9e0f9, #f1b74b, #ff6e42, #d55d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b9e0f9, #f1b74b, #ff6e42, #d55d89);
}

Sigma Sunrise color palette created on .