Golden Zen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Zen palette

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

Golden Zen カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d750;
}
.color-2 {
color: #e8b84a;
}
.color-3 {
color: #e3a84f;
}
.color-4 {
color: #e3b03b;
}
.color-5 {
color: #d89f2c;
}

/* CSS Variables */
:root {
--color-1: #f2d750;
--color-2: #e8b84a;
--color-3: #e3a84f;
--color-4: #e3b03b;
--color-5: #d89f2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d750, #e8b84a, #e3a84f, #e3b03b, #d89f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d750, #e8b84a, #e3a84f, #e3b03b, #d89f2c);
}

Golden Zen color palette created on .