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: #f7b1a1;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #b3e0b2;
}
.color-4 {
color: #70c6ff;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f9d86c;
--color-3: #b3e0b2;
--color-4: #70c6ff;
--color-5: #ff6e61;
}
Whimsical Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f9d86c, #b3e0b2, #70c6ff, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f9d86c, #b3e0b2, #70c6ff, #ff6e61);
}
Similar color palettes
Whimsical Blossoms color palette created on .