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