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