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