Infested Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Infested Serenity palette
Infested Serenity color palette CSS
/* CSS */
.color-1 {
color: #f2e8ba;
}
.color-2 {
color: #b7daaa;
}
.color-3 {
color: #7ebe7e;
}
.color-4 {
color: #3a9ad9;
}
.color-5 {
color: #f26969;
}
/* CSS Variables */
:root {
--color-1: #f2e8ba;
--color-2: #b7daaa;
--color-3: #7ebe7e;
--color-4: #3a9ad9;
--color-5: #f26969;
}
Infested Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e8ba, #b7daaa, #7ebe7e, #3a9ad9, #f26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e8ba, #b7daaa, #7ebe7e, #3a9ad9, #f26969);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Infested Serenity color palette created on .