Golden Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Blue palette
Golden Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e9e9b9;
}
.color-4 {
color: #6db3e8;
}
.color-5 {
color: #4e8ca6;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #e9e9b9;
--color-4: #6db3e8;
--color-5: #4e8ca6;
}
Golden Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #e9e9b9, #6db3e8, #4e8ca6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #e9e9b9, #6db3e8, #4e8ca6);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Golden Blue color palette created on .