Light Brown Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Brown Blue palette
Light Brown Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f6e2b6;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #c9a17e;
}
.color-4 {
color: #9ab8e4;
}
.color-5 {
color: #588d8b;
}
/* CSS Variables */
:root {
--color-1: #f6e2b6;
--color-2: #e2b8a1;
--color-3: #c9a17e;
--color-4: #9ab8e4;
--color-5: #588d8b;
}
Light Brown Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b6, #e2b8a1, #c9a17e, #9ab8e4, #588d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b6, #e2b8a1, #c9a17e, #9ab8e4, #588d8b);
}
似たようなカラーパレット
下にスクロールして60+個のエステティックカラーパレットを探索しましょう
Light Brown Blue color palette created on .