Napoleon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Napoleon palette
Napoleon カラー パレット PNG 画像
Napoleon カラーパレット CSS
/* CSS */
.color-1 {
color: #e9b54e;
}
.color-2 {
color: #d17b3d;
}
.color-3 {
color: #a54a2c;
}
.color-4 {
color: #7d2d2c;
}
.color-5 {
color: #4d1f2c;
}
/* CSS Variables */
:root {
--color-1: #e9b54e;
--color-2: #d17b3d;
--color-3: #a54a2c;
--color-4: #7d2d2c;
--color-5: #4d1f2c;
}
Napoleon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b54e, #d17b3d, #a54a2c, #7d2d2c, #4d1f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b54e, #d17b3d, #a54a2c, #7d2d2c, #4d1f2c);
}
似たようなカラーパレット
Napoleon color palette created on .