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