Warm Beige カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Beige palette
Warm Beige カラーパレット CSS
/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #c2b64c;
}
.color-3 {
color: #d09e6d;
}
.color-4 {
color: #ffebeb;
}
.color-5 {
color: #a55b3b;
}
/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #c2b64c;
--color-3: #d09e6d;
--color-4: #ffebeb;
--color-5: #a55b3b;
}
Warm Beige の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #c2b64c, #d09e6d, #ffebeb, #a55b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #c2b64c, #d09e6d, #ffebeb, #a55b3b);
}
似たようなカラーパレット
下にスクロールして90+個のエステティックカラーパレットを探索しましょう
Warm Beige color palette created on .