Whisker Golds カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whisker Golds palette
Whisker Golds カラーパレット CSS
/* CSS */
.color-1 {
color: #f8d559;
}
.color-2 {
color: #f9a83e;
}
.color-3 {
color: #f66c31;
}
.color-4 {
color: #d35931;
}
.color-5 {
color: #8b3c3c;
}
/* CSS Variables */
:root {
--color-1: #f8d559;
--color-2: #f9a83e;
--color-3: #f66c31;
--color-4: #d35931;
--color-5: #8b3c3c;
}
Whisker Golds の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d559, #f9a83e, #f66c31, #d35931, #8b3c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d559, #f9a83e, #f66c31, #d35931, #8b3c3c);
}
似たようなカラーパレット
下にスクロールして90+個の黄色カラーパレットを探索しましょう
Whisker Golds color palette created on .