Watermelon Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Watermelon Delight palette
Watermelon Delight color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #a7d3b5;
}
.color-4 {
color: #4cae7b;
}
.color-5 {
color: #2d9a6d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb861;
--color-3: #a7d3b5;
--color-4: #4cae7b;
--color-5: #2d9a6d;
}
Watermelon Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb861, #a7d3b5, #4cae7b, #2d9a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb861, #a7d3b5, #4cae7b, #2d9a6d);
}
Similar color palettes
Watermelon Delight color palette created on .