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