Autumn Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Harvest palette

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

Autumn Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #ffa600;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #ffa600;
--color-2: #32cd32;
--color-3: #8b4513;
--color-4: #ffd900;
--color-5: #ff6347;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa600, #32cd32, #8b4513, #ffd900, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa600, #32cd32, #8b4513, #ffd900, #ff6347);
}

Autumn Harvest color palette created on .