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