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