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