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