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