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