Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #3c3c9a;
}
.color-3 {
color: #5f5fb4;
}
.color-4 {
color: #8e8ec2;
}
.color-5 {
color: #b3b3e0;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3c3c9a;
--color-3: #5f5fb4;
--color-4: #8e8ec2;
--color-5: #b3b3e0;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3c3c9a, #5f5fb4, #8e8ec2, #b3b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3c3c9a, #5f5fb4, #8e8ec2, #b3b3e0);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Shades of Blue color palette created on .