Serenity in Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity in Shades palette
Serenity in Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #e1e7ef;
}
.color-2 {
color: #b5b5b5;
}
.color-3 {
color: #88abf1;
}
.color-4 {
color: #868a8d;
}
.color-5 {
color: #437aef;
}
/* CSS Variables */
:root {
--color-1: #e1e7ef;
--color-2: #b5b5b5;
--color-3: #88abf1;
--color-4: #868a8d;
--color-5: #437aef;
}
Serenity in Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e7ef, #b5b5b5, #88abf1, #868a8d, #437aef);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Serenity in Shades color palette created on .