Honey Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Honey Yellow palette

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

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

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

Honey Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e1a84c;
}
.color-3 {
color: #d68a3d;
}
.color-4 {
color: #c66e2f;
}
.color-5 {
color: #af532c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e1a84c;
--color-3: #d68a3d;
--color-4: #c66e2f;
--color-5: #af532c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e1a84c, #d68a3d, #c66e2f, #af532c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e1a84c, #d68a3d, #c66e2f, #af532c);
}

Honey Yellow color palette created on .