Soothing Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soothing Blue palette
Soothing Blue カラー パレット PNG 画像
Soothing Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #a1c5d9;
}
.color-3 {
color: #bae3da;
}
.color-4 {
color: #c3e1e9;
}
.color-5 {
color: #e9f7f3;
}
/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #a1c5d9;
--color-3: #bae3da;
--color-4: #c3e1e9;
--color-5: #e9f7f3;
}
Soothing Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}
似たようなカラーパレット
Soothing Blue color palette created on .