Blossom Treats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Treats palette
Blossom Treats color palette CSS
/* CSS */
.color-1 {
color: #f7a1b2;
}
.color-2 {
color: #f5c7d4;
}
.color-3 {
color: #ebd1e1;
}
.color-4 {
color: #e6b3cf;
}
.color-5 {
color: #d1a8c6;
}
/* CSS Variables */
:root {
--color-1: #f7a1b2;
--color-2: #f5c7d4;
--color-3: #ebd1e1;
--color-4: #e6b3cf;
--color-5: #d1a8c6;
}
Blossom Treats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b2, #f5c7d4, #ebd1e1, #e6b3cf, #d1a8c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b2, #f5c7d4, #ebd1e1, #e6b3cf, #d1a8c6);
}
Similar color palettes
Scroll down to explore 600+ Pink color palettes
Blossom Treats color palette created on .