Blush of Venus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush of Venus palette
Blush of Venus color palette CSS
/* CSS */
.color-1 {
color: #f8bfbf;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f49a9c;
}
.color-4 {
color: #f18e88;
}
.color-5 {
color: #f57c7a;
}
/* CSS Variables */
:root {
--color-1: #f8bfbf;
--color-2: #f7b1a1;
--color-3: #f49a9c;
--color-4: #f18e88;
--color-5: #f57c7a;
}
Blush of Venus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blush of Venus color palette created on .