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