Whispers of Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

Share this palette to:

Whispers of Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7eef5;
}
.color-2 {
color: #ecb6d5;
}
.color-3 {
color: #f07fb8;
}
.color-4 {
color: #ac8bab;
}
.color-5 {
color: #845c82;
}

/* CSS Variables */
:root {
--color-1: #f7eef5;
--color-2: #ecb6d5;
--color-3: #f07fb8;
--color-4: #ac8bab;
--color-5: #845c82;
}

Whispers of Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7eef5, #ecb6d5, #f07fb8, #ac8bab, #845c82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7eef5, #ecb6d5, #f07fb8, #ac8bab, #845c82);
}

Whispers of Blossom color palette created on .