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