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