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