Wild Watermelon Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wild Watermelon Burst palette

Share this palette to:

Wild Watermelon Burst color palette CSS

/* CSS */
.color-1 {
color: #fd5877;
}
.color-2 {
color: #ff8929;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a4da4e;
}
.color-5 {
color: #7fd959;
}

/* CSS Variables */
:root {
--color-1: #fd5877;
--color-2: #ff8929;
--color-3: #ffd900;
--color-4: #a4da4e;
--color-5: #7fd959;
}

Wild Watermelon Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd5877, #ff8929, #ffd900, #a4da4e, #7fd959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd5877, #ff8929, #ffd900, #a4da4e, #7fd959);
}

Wild Watermelon Burst color palette created on .