Florest Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Florest Moth palette
Florest Moth color palette 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 background gradient 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);
}
Similar color palettes
Florest Moth color palette created on .