Insect Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Insect Serenade palette
Insect Serenade color palette CSS
/* CSS */
.color-1 {
color: #b1e0e7;
}
.color-2 {
color: #ffcdcc;
}
.color-3 {
color: #ffd97a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #6c79e0;
}
/* CSS Variables */
:root {
--color-1: #b1e0e7;
--color-2: #ffcdcc;
--color-3: #ffd97a;
--color-4: #ff6e61;
--color-5: #6c79e0;
}
Insect Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e0e7, #ffcdcc, #ffd97a, #ff6e61, #6c79e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e0e7, #ffcdcc, #ffd97a, #ff6e61, #6c79e0);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Insect Serenade color palette created on .