Orange Problematic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Problematic palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Orange Problematic カラーパレット (PNG) をダウンロード
Orange Problematic カラーパレット CSS
/* CSS */
.color-1 {
color: #e86417;
}
.color-2 {
color: #e99516;
}
.color-3 {
color: #e2c846;
}
.color-4 {
color: #aabe13;
}
.color-5 {
color: #577925;
}
/* CSS Variables */
:root {
--color-1: #e86417;
--color-2: #e99516;
--color-3: #e2c846;
--color-4: #aabe13;
--color-5: #577925;
}
Orange Problematic の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e86417, #e99516, #e2c846, #aabe13, #577925);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e86417, #e99516, #e2c846, #aabe13, #577925);
}
似たようなカラーパレット
Orange Problematic color palette created on .