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