Moorland Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moorland Blooms palette

Share this palette to:

Moorland Blooms color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #2b2a2d;
}
.color-3 {
color: #9e4c64;
}
.color-4 {
color: #4b1622;
}
.color-5 {
color: #72404c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #2b2a2d;
--color-3: #9e4c64;
--color-4: #4b1622;
--color-5: #72404c;
}

Moorland Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #2b2a2d, #9e4c64, #4b1622, #72404c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #2b2a2d, #9e4c64, #4b1622, #72404c);
}

Moorland Blooms color palette created on .