Sigma Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sigma Serenity palette

このパレットを共有する先:

Sigma Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3f9d;
}
.color-2 {
color: #7d6cb2;
}
.color-3 {
color: #a58dc9;
}
.color-4 {
color: #d7b1e7;
}
.color-5 {
color: #f2d4e5;
}

/* CSS Variables */
:root {
--color-1: #5b3f9d;
--color-2: #7d6cb2;
--color-3: #a58dc9;
--color-4: #d7b1e7;
--color-5: #f2d4e5;
}

Sigma Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f9d, #7d6cb2, #a58dc9, #d7b1e7, #f2d4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f9d, #7d6cb2, #a58dc9, #d7b1e7, #f2d4e5);
}

Sigma Serenity color palette created on .