Whispers of Sunlight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Sunlight palette
Whispers of Sunlight カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafaf9;
}
.color-3 {
color: #eae8cc;
}
.color-4 {
color: #c9c9c0;
}
.color-5 {
color: #bfb43b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafaf9;
--color-3: #eae8cc;
--color-4: #c9c9c0;
--color-5: #bfb43b;
}
Whispers of Sunlight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}
似たようなカラーパレット
下にスクロールして3個の白カラーパレットを探索しましょう
Whispers of Sunlight color palette created on .