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