Golden Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Blue palette

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

Golden Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #ebb800;
}
.color-4 {
color: #a7c7e7;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fad900;
--color-3: #ebb800;
--color-4: #a7c7e7;
--color-5: #6999c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fad900, #ebb800, #a7c7e7, #6999c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fad900, #ebb800, #a7c7e7, #6999c3);
}

Golden Blue color palette created on .