Golden Geebung カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Geebung palette

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

Golden Geebung カラーパレット CSS

/* CSS */
.color-1 {
color: #d08d1b;
}
.color-2 {
color: #e4a82f;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #f9e5a9;
}
.color-5 {
color: #fce4a1;
}

/* CSS Variables */
:root {
--color-1: #d08d1b;
--color-2: #e4a82f;
--color-3: #f5c76b;
--color-4: #f9e5a9;
--color-5: #fce4a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}

Golden Geebung color palette created on .