Sigma Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sigma Serenity palette
Sigma Serenity カラーパレット 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 の背景のグラデーション 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 .