Carpathians カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Carpathians palette
Carpathians カラー パレット PNG 画像
Carpathians カラーパレット CSS
/* CSS */
.color-1 {
color: #698c8c;
}
.color-2 {
color: #c3d5d5;
}
.color-3 {
color: #f0e2b7;
}
.color-4 {
color: #e7a47e;
}
.color-5 {
color: #b54f4f;
}
/* CSS Variables */
:root {
--color-1: #698c8c;
--color-2: #c3d5d5;
--color-3: #f0e2b7;
--color-4: #e7a47e;
--color-5: #b54f4f;
}
Carpathians の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c8c, #c3d5d5, #f0e2b7, #e7a47e, #b54f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c8c, #c3d5d5, #f0e2b7, #e7a47e, #b54f4f);
}
似たようなカラーパレット
下にスクロールして2個のマウンテンカラーパレットを探索しましょう
Carpathians color palette created on .