Frog Shop Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frog Shop Serenade palette
Frog Shop Serenade color palette CSS
/* CSS */
.color-1 {
color: #a7e7df;
}
.color-2 {
color: #5ed9c1;
}
.color-3 {
color: #30b5a1;
}
.color-4 {
color: #1e8075;
}
.color-5 {
color: #0a4d4b;
}
/* CSS Variables */
:root {
--color-1: #a7e7df;
--color-2: #5ed9c1;
--color-3: #30b5a1;
--color-4: #1e8075;
--color-5: #0a4d4b;
}
Frog Shop Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e7df, #5ed9c1, #30b5a1, #1e8075, #0a4d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e7df, #5ed9c1, #30b5a1, #1e8075, #0a4d4b);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Frog Shop Serenade color palette created on .