Blossom Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Whispers palette
Blossom Whispers color palette CSS
/* CSS */
.color-1 {
color: #f7a1b4;
}
.color-2 {
color: #f6c6d6;
}
.color-3 {
color: #efe1e8;
}
.color-4 {
color: #f7d4e2;
}
.color-5 {
color: #f6b1c3;
}
/* CSS Variables */
:root {
--color-1: #f7a1b4;
--color-2: #f6c6d6;
--color-3: #efe1e8;
--color-4: #f7d4e2;
--color-5: #f6b1c3;
}
Blossom Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b4, #f6c6d6, #efe1e8, #f7d4e2, #f6b1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b4, #f6c6d6, #efe1e8, #f7d4e2, #f6b1c3);
}
Similar color palettes
Blossom Whispers color palette created on .