Serenity Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity Brew palette

Share this palette to:

Serenity Brew color palette CSS

/* CSS */
.color-1 {
color: #c5e1e7;
}
.color-2 {
color: #a1d9d3;
}
.color-3 {
color: #7ec4c1;
}
.color-4 {
color: #4eb7a3;
}
.color-5 {
color: #005a5c;
}

/* CSS Variables */
:root {
--color-1: #c5e1e7;
--color-2: #a1d9d3;
--color-3: #7ec4c1;
--color-4: #4eb7a3;
--color-5: #005a5c;
}

Serenity Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5e1e7, #a1d9d3, #7ec4c1, #4eb7a3, #005a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5e1e7, #a1d9d3, #7ec4c1, #4eb7a3, #005a5c);
}

Serenity Brew color palette created on .