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