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