Sigma Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sigma Serenity palette

Share this palette to:

Sigma Serenity color palette CSS

/* CSS */
.color-1 {
color: #6b8f1e;
}
.color-2 {
color: #86b84c;
}
.color-3 {
color: #d4e09a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f26d50;
}

/* CSS Variables */
:root {
--color-1: #6b8f1e;
--color-2: #86b84c;
--color-3: #d4e09a;
--color-4: #f1c84b;
--color-5: #f26d50;
}

Sigma Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f1e, #86b84c, #d4e09a, #f1c84b, #f26d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f1e, #86b84c, #d4e09a, #f1c84b, #f26d50);
}

Sigma Serenity color palette created on .