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