Golden Harvest Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest Hues palette

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

Golden Harvest Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #faf4b7;
}
.color-2 {
color: #f5c45c;
}
.color-3 {
color: #c69fa4;
}
.color-4 {
color: #e39c31;
}
.color-5 {
color: #c27047;
}

/* CSS Variables */
:root {
--color-1: #faf4b7;
--color-2: #f5c45c;
--color-3: #c69fa4;
--color-4: #e39c31;
--color-5: #c27047;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf4b7, #f5c45c, #c69fa4, #e39c31, #c27047);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf4b7, #f5c45c, #c69fa4, #e39c31, #c27047);
}

似たようなカラーパレット

下にスクロールして1個のLight yellowカラーパレットを探索しましょう

Golden Harvest Hues color palette created on .