Golden Honey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Honey palette

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

Golden Honey カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e61b;
}
.color-3 {
color: #daa44e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #b9701d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e61b;
--color-3: #daa44e;
--color-4: #f1c84b;
--color-5: #b9701d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e61b, #daa44e, #f1c84b, #b9701d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e61b, #daa44e, #f1c84b, #b9701d);
}

Golden Honey color palette created on .