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