The Fox カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Fox palette
The Fox カラーパレット (PNG) をダウンロード
The Fox カラーパレット CSS
/* CSS */
.color-1 {
color: #c85e37;
}
.color-2 {
color: #e4a49a;
}
.color-3 {
color: #f4b79f;
}
.color-4 {
color: #d6eac8;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #c85e37;
--color-2: #e4a49a;
--color-3: #f4b79f;
--color-4: #d6eac8;
--color-5: #a3c7e0;
}
The Fox の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85e37, #e4a49a, #f4b79f, #d6eac8, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85e37, #e4a49a, #f4b79f, #d6eac8, #a3c7e0);
}
似たようなカラーパレット
The Fox color palette created on .