Golden Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Blue palette

このパレットを共有する先:

Golden Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f8cb4f;
}
.color-3 {
color: #f0df9e;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #6c8dda;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f8cb4f;
--color-3: #f0df9e;
--color-4: #a1d6e2;
--color-5: #6c8dda;
}

Golden Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f8cb4f, #f0df9e, #a1d6e2, #6c8dda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f8cb4f, #f0df9e, #a1d6e2, #6c8dda);
}

Golden Blue color palette created on .