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