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