Silvermere Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silvermere Serenade palette
Silvermere Serenade color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #e1b7d1;
}
.color-3 {
color: #f3a36d;
}
.color-4 {
color: #f8cfa0;
}
.color-5 {
color: #d97d59;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e1b7d1;
--color-3: #f3a36d;
--color-4: #f8cfa0;
--color-5: #d97d59;
}
Silvermere Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e1b7d1, #f3a36d, #f8cfa0, #d97d59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e1b7d1, #f3a36d, #f8cfa0, #d97d59);
}
Similar color palettes
Silvermere Serenade color palette created on .