Honeyed Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Honeyed Harmony palette

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

Honeyed Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #e9a82f;
}
.color-3 {
color: #d78e28;
}
.color-4 {
color: #b27c24;
}
.color-5 {
color: #a16e1b;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e9a82f;
--color-3: #d78e28;
--color-4: #b27c24;
--color-5: #a16e1b;
}

Honeyed Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e9a82f, #d78e28, #b27c24, #a16e1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e9a82f, #d78e28, #b27c24, #a16e1b);
}

Honeyed Harmony color palette created on .