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