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