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