Nature's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nature's Embrace palette

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

Nature's Embrace カラー パレット PNG 画像

Download nature's embrace color palette PNG image (landscape)
Download nature's embrace color palette PNG image (square)

Nature's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #63902c;
}
.color-2 {
color: #b4c846;
}
.color-3 {
color: #e4d667;
}
.color-4 {
color: #eda826;
}
.color-5 {
color: #da4925;
}

/* CSS Variables */
:root {
--color-1: #63902c;
--color-2: #b4c846;
--color-3: #e4d667;
--color-4: #eda826;
--color-5: #da4925;
}

Nature's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #63902c, #b4c846, #e4d667, #eda826, #da4925);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #63902c, #b4c846, #e4d667, #eda826, #da4925);
}

Nature's Embrace color palette created on .