Winter's Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter's Whisper palette
Winter's Whisper カラー パレット PNG 画像
Winter's Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #c2c6d0;
}
.color-2 {
color: #a9acbc;
}
.color-3 {
color: #b1b2c4;
}
.color-4 {
color: #b6b8c8;
}
.color-5 {
color: #e5e7eb;
}
/* CSS Variables */
:root {
--color-1: #c2c6d0;
--color-2: #a9acbc;
--color-3: #b1b2c4;
--color-4: #b6b8c8;
--color-5: #e5e7eb;
}
Winter's Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c6d0, #a9acbc, #b1b2c4, #b6b8c8, #e5e7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c6d0, #a9acbc, #b1b2c4, #b6b8c8, #e5e7eb);
}
似たようなカラーパレット
Winter's Whisper color palette created on .