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