Florest Moth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Florest Moth palette

Share this palette to:

Florest Moth color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e83046;
}
.color-3 {
color: #667e26;
}
.color-4 {
color: #e9dfb4;
}
.color-5 {
color: #efbfb3;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e83046;
--color-3: #667e26;
--color-4: #e9dfb4;
--color-5: #efbfb3;
}

Florest Moth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e83046, #667e26, #e9dfb4, #efbfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e83046, #667e26, #e9dfb4, #efbfb3);
}

Florest Moth color palette created on .