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