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