Rustic Forest Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Forest Sunrise palette

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

Rustic Forest Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ddc455;
}
.color-2 {
color: #c86b14;
}
.color-3 {
color: #479483;
}
.color-4 {
color: #86560e;
}
.color-5 {
color: #236745;
}

/* CSS Variables */
:root {
--color-1: #ddc455;
--color-2: #c86b14;
--color-3: #479483;
--color-4: #86560e;
--color-5: #236745;
}

Rustic Forest Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddc455, #c86b14, #479483, #86560e, #236745);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddc455, #c86b14, #479483, #86560e, #236745);
}

Rustic Forest Sunrise color palette created on .