Meadow Mischief Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meadow Mischief palette

Share this palette to:

Meadow Mischief color palette CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f14b4b;
}
.color-3 {
color: #a66ab4;
}
.color-4 {
color: #f2e03a;
}
.color-5 {
color: #508c91;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f14b4b;
--color-3: #a66ab4;
--color-4: #f2e03a;
--color-5: #508c91;
}

Meadow Mischief background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f14b4b, #a66ab4, #f2e03a, #508c91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f14b4b, #a66ab4, #f2e03a, #508c91);
}

Meadow Mischief color palette created on .