Blossom Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Dreams palette
Blossom Dreams color palette CSS
/* CSS */
.color-1 {
color: #d1a3c8;
}
.color-2 {
color: #f3b9d8;
}
.color-3 {
color: #f8d8e2;
}
.color-4 {
color: #fef1e7;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #d1a3c8;
--color-2: #f3b9d8;
--color-3: #f8d8e2;
--color-4: #fef1e7;
--color-5: #f5c400;
}
Blossom Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a3c8, #f3b9d8, #f8d8e2, #fef1e7, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a3c8, #f3b9d8, #f8d8e2, #fef1e7, #f5c400);
}
Similar color palettes
Scroll down to explore 400+ Pink color palettes
Blossom Dreams color palette created on .