Golden Honey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Honey palette

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

Golden Honey カラーパレット (PNG) をダウンロード

Download golden honey color palette PNG image (landscape)
Download golden honey color palette PNG image (square)

Golden Honey カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a85a;
}
.color-2 {
color: #f1c86a;
}
.color-3 {
color: #e1b05b;
}
.color-4 {
color: #ffc87a;
}
.color-5 {
color: #c79e5c;
}

/* CSS Variables */
:root {
--color-1: #d8a85a;
--color-2: #f1c86a;
--color-3: #e1b05b;
--color-4: #ffc87a;
--color-5: #c79e5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a85a, #f1c86a, #e1b05b, #ffc87a, #c79e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a85a, #f1c86a, #e1b05b, #ffc87a, #c79e5c);
}

Golden Honey color palette created on .