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