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