Paris カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Paris palette

このパレットを共有する先:

Paris カラー パレット PNG 画像

Download paris color palette PNG image (landscape)
Download paris color palette PNG image (square)

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 .