Golden Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Blue palette

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

Golden Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f1c15b;
}
.color-3 {
color: #d9e1a8;
}
.color-4 {
color: #a3d2ce;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f1c15b;
--color-3: #d9e1a8;
--color-4: #a3d2ce;
--color-5: #6999c3;
}

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

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

Golden Blue color palette created on .