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