Florest Moth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Florest Moth palette

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

Florest Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #525a3a;
}
.color-2 {
color: #919159;
}
.color-3 {
color: #bdc497;
}
.color-4 {
color: #e7ddbc;
}
.color-5 {
color: #ebc8bc;
}

/* CSS Variables */
:root {
--color-1: #525a3a;
--color-2: #919159;
--color-3: #bdc497;
--color-4: #e7ddbc;
--color-5: #ebc8bc;
}

Florest Moth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #525a3a, #919159, #bdc497, #e7ddbc, #ebc8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #525a3a, #919159, #bdc497, #e7ddbc, #ebc8bc);
}

Florest Moth color palette created on .