Whimsical Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Blossoms palette
Whimsical Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #a2e0e7;
}
.color-3 {
color: #d3e3a5;
}
.color-4 {
color: #f2d4a1;
}
.color-5 {
color: #f7a1b7;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #a2e0e7;
--color-3: #d3e3a5;
--color-4: #f2d4a1;
--color-5: #f7a1b7;
}
Whimsical Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #a2e0e7, #d3e3a5, #f2d4a1, #f7a1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #a2e0e7, #d3e3a5, #f2d4a1, #f7a1b7);
}
Similar color palettes
Whimsical Blossoms color palette created on .