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