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: #283022;
}
.color-2 {
color: #4b543b;
}
.color-3 {
color: #687359;
}
.color-4 {
color: #87836e;
}
.color-5 {
color: #8b716f;
}
/* CSS Variables */
:root {
--color-1: #283022;
--color-2: #4b543b;
--color-3: #687359;
--color-4: #87836e;
--color-5: #8b716f;
}
Florest Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283022, #4b543b, #687359, #87836e, #8b716f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283022, #4b543b, #687359, #87836e, #8b716f);
}
Similar color palettes
Florest Moth color palette created on .