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: #ff513d;
}
.color-2 {
color: #ffbb3d;
}
.color-3 {
color: #ffdb3d;
}
.color-4 {
color: #3dff8b;
}
.color-5 {
color: #3d9eff;
}

/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ffbb3d;
--color-3: #ffdb3d;
--color-4: #3dff8b;
--color-5: #3d9eff;
}

Watermelon Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}

Watermelon Delight color palette created on .