Warm Ker カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Ker palette
Warm Ker カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f0553d;
}
.color-4 {
color: #c75256;
}
.color-5 {
color: #3a2d6c;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f47b1f;
--color-3: #f0553d;
--color-4: #c75256;
--color-5: #3a2d6c;
}
Warm Ker の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f47b1f, #f0553d, #c75256, #3a2d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f47b1f, #f0553d, #c75256, #3a2d6c);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Warm Ker color palette created on .