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