Swiss Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Swiss Serenity palette
Swiss Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f1a7c8;
}
.color-3 {
color: #7c9bda;
}
.color-4 {
color: #4f9c9c;
}
.color-5 {
color: #2e4b7a;
}
/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f1a7c8;
--color-3: #7c9bda;
--color-4: #4f9c9c;
--color-5: #2e4b7a;
}
Swiss Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f1a7c8, #7c9bda, #4f9c9c, #2e4b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f1a7c8, #7c9bda, #4f9c9c, #2e4b7a);
}
似たようなカラーパレット
Swiss Serenity color palette created on .