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