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