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