Blushing Petal Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petal Dreams palette
Image Gallery
Blushing Petal Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9dcea;
}
.color-2 {
color: #f7d4e3;
}
.color-3 {
color: #f5ccdc;
}
.color-4 {
color: #f0c1d3;
}
.color-5 {
color: #ebb7ca;
}
/* CSS Variables */
:root {
--color-1: #f9dcea;
--color-2: #f7d4e3;
--color-3: #f5ccdc;
--color-4: #f0c1d3;
--color-5: #ebb7ca;
}
Blushing Petal Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dcea, #f7d4e3, #f5ccdc, #f0c1d3, #ebb7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dcea, #f7d4e3, #f5ccdc, #f0c1d3, #ebb7ca);
}
Similar color palettes
Blushing Petal Dreams color palette created on .