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