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