Sere Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sere palette
Sere color palette PNG image
Sere color palette CSS
/* CSS */
.color-1 {
color: #f3e7e9;
}
.color-2 {
color: #d2c6c9;
}
.color-3 {
color: #b1a5aa;
}
.color-4 {
color: #8e899a;
}
.color-5 {
color: #6f5d7e;
}
/* CSS Variables */
:root {
--color-1: #f3e7e9;
--color-2: #d2c6c9;
--color-3: #b1a5aa;
--color-4: #8e899a;
--color-5: #6f5d7e;
}
Sere background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e7e9, #d2c6c9, #b1a5aa, #8e899a, #6f5d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e7e9, #d2c6c9, #b1a5aa, #8e899a, #6f5d7e);
}
Similar color palettes
Sere color palette created on .