Golden Honey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Honey palette

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

Golden Honey カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a75c;
}
.color-2 {
color: #f1bf4b;
}
.color-3 {
color: #f5df99;
}
.color-4 {
color: #e6b15c;
}
.color-5 {
color: #c99b4a;
}

/* CSS Variables */
:root {
--color-1: #d6a75c;
--color-2: #f1bf4b;
--color-3: #f5df99;
--color-4: #e6b15c;
--color-5: #c99b4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a75c, #f1bf4b, #f5df99, #e6b15c, #c99b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a75c, #f1bf4b, #f5df99, #e6b15c, #c99b4a);
}

Golden Honey color palette created on .