Fruit Salad Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fruit Salad Colors palette

Share this palette to:

Fruit Salad Colors color palette CSS

/* CSS */
.color-1 {
color: #4f9c5d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #a34d97;
}

/* CSS Variables */
:root {
--color-1: #4f9c5d;
--color-2: #f0a800;
--color-3: #ff6d1f;
--color-4: #ff4d4d;
--color-5: #a34d97;
}

Fruit Salad Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c5d, #f0a800, #ff6d1f, #ff4d4d, #a34d97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c5d, #f0a800, #ff6d1f, #ff4d4d, #a34d97);
}

Fruit Salad Colors color palette created on .