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