Golden Geometry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Geometry palette

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

Golden Geometry カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffe68a;
}
.color-5 {
color: #ffecb3;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffc300;
--color-3: #ffd942;
--color-4: #ffe68a;
--color-5: #ffecb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffc300, #ffd942, #ffe68a, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffc300, #ffd942, #ffe68a, #ffecb3);
}

Golden Geometry color palette created on .