Serene Brew Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Brew palette
Serene Brew color palette CSS
/* CSS */
.color-1 {
color: #c3d6a4;
}
.color-2 {
color: #afc8a2;
}
.color-3 {
color: #8eb8a3;
}
.color-4 {
color: #5d8983;
}
.color-5 {
color: #3b4e4e;
}
/* CSS Variables */
:root {
--color-1: #c3d6a4;
--color-2: #afc8a2;
--color-3: #8eb8a3;
--color-4: #5d8983;
--color-5: #3b4e4e;
}
Serene Brew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d6a4, #afc8a2, #8eb8a3, #5d8983, #3b4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d6a4, #afc8a2, #8eb8a3, #5d8983, #3b4e4e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Brew color palette created on .