Golden Honey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Honey palette

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

Golden Honey カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d59f;
}
.color-2 {
color: #f3b74f;
}
.color-3 {
color: #e3a71c;
}
.color-4 {
color: #d19d00;
}
.color-5 {
color: #c28400;
}

/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f3b74f;
--color-3: #e3a71c;
--color-4: #d19d00;
--color-5: #c28400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f3b74f, #e3a71c, #d19d00, #c28400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f3b74f, #e3a71c, #d19d00, #c28400);
}

Golden Honey color palette created on .