Watermelon Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Watermelon Delight palette

Share this palette to:

Watermelon Delight color palette CSS

/* CSS */
.color-1 {
color: #f36239;
}
.color-2 {
color: #f9a34e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #77cfa5;
}
.color-5 {
color: #349fb2;
}

/* CSS Variables */
:root {
--color-1: #f36239;
--color-2: #f9a34e;
--color-3: #f9d86c;
--color-4: #77cfa5;
--color-5: #349fb2;
}

Watermelon Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f36239, #f9a34e, #f9d86c, #77cfa5, #349fb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f36239, #f9a34e, #f9d86c, #77cfa5, #349fb2);
}

Watermelon Delight color palette created on .