Florest Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Florest Moth palette
Florest Moth color palette PNG image
Florest Moth color palette CSS
/* CSS */
.color-1 {
color: #434f36;
}
.color-2 {
color: #7c875a;
}
.color-3 {
color: #b3be97;
}
.color-4 {
color: #e0d9bd;
}
.color-5 {
color: #e4c6be;
}
/* CSS Variables */
:root {
--color-1: #434f36;
--color-2: #7c875a;
--color-3: #b3be97;
--color-4: #e0d9bd;
--color-5: #e4c6be;
}
Florest Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #434f36, #7c875a, #b3be97, #e0d9bd, #e4c6be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #434f36, #7c875a, #b3be97, #e0d9bd, #e4c6be);
}
Similar color palettes
Florest Moth color palette created on .