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