Serene Infusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Infusion palette

Share this palette to:

Serene Infusion color palette CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #c5e2d5;
}
.color-3 {
color: #e6f6e4;
}
.color-4 {
color: #e7b8a2;
}
.color-5 {
color: #eaac75;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #c5e2d5;
--color-3: #e6f6e4;
--color-4: #e7b8a2;
--color-5: #eaac75;
}

Serene Infusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #c5e2d5, #e6f6e4, #e7b8a2, #eaac75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #c5e2d5, #e6f6e4, #e7b8a2, #eaac75);
}

Serene Infusion color palette created on .