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