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