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