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: #ff00d0;
}
.color-2 {
color: #385be5;
}
.color-3 {
color: #6e3cb9;
}
.color-4 {
color: #faa200;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #ff00d0;
--color-2: #385be5;
--color-3: #6e3cb9;
--color-4: #faa200;
--color-5: #ff6d2e;
}
Shades of Blue and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00d0, #385be5, #6e3cb9, #faa200, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00d0, #385be5, #6e3cb9, #faa200, #ff6d2e);
}
似たようなカラーパレット
Shades of Blue and Purple color palette created on .