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