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