Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f1e0b1;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #6c9ac6;
}
.color-5 {
color: #3c6d8b;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f1e0b1;
--color-3: #a1d6e8;
--color-4: #6c9ac6;
--color-5: #3c6d8b;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f1e0b1, #a1d6e8, #6c9ac6, #3c6d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f1e0b1, #a1d6e8, #6c9ac6, #3c6d8b);
}
似たようなカラーパレット
Shades of Blue color palette created on .