Frog Shop Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frog Shop Serenade palette

Share this palette to:

Frog Shop Serenade color palette CSS

/* CSS */
.color-1 {
color: #cae7d5;
}
.color-2 {
color: #7fdca9;
}
.color-3 {
color: #3bb57e;
}
.color-4 {
color: #256f3a;
}
.color-5 {
color: #0d3f25;
}

/* CSS Variables */
:root {
--color-1: #cae7d5;
--color-2: #7fdca9;
--color-3: #3bb57e;
--color-4: #256f3a;
--color-5: #0d3f25;
}

Frog Shop Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cae7d5, #7fdca9, #3bb57e, #256f3a, #0d3f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cae7d5, #7fdca9, #3bb57e, #256f3a, #0d3f25);
}

Similar color palettes

Scroll down to explore 2 Green color palettes

Frog Shop Serenade color palette created on .