Golden Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Blue palette

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

Golden Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e59f3e;
}
.color-2 {
color: #f5b85c;
}
.color-3 {
color: #f7dca6;
}
.color-4 {
color: #c7d9e5;
}
.color-5 {
color: #a6d5e2;
}

/* CSS Variables */
:root {
--color-1: #e59f3e;
--color-2: #f5b85c;
--color-3: #f7dca6;
--color-4: #c7d9e5;
--color-5: #a6d5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e59f3e, #f5b85c, #f7dca6, #c7d9e5, #a6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e59f3e, #f5b85c, #f7dca6, #c7d9e5, #a6d5e2);
}

Golden Blue color palette created on .