Blushing Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Whispers palette

Share this palette to:

Blushing Whispers color palette CSS

/* CSS */
.color-1 {
color: #f6a2b0;
}
.color-2 {
color: #f6c6d6;
}
.color-3 {
color: #f1dfe4;
}
.color-4 {
color: #e0b2da;
}
.color-5 {
color: #d199d1;
}

/* CSS Variables */
:root {
--color-1: #f6a2b0;
--color-2: #f6c6d6;
--color-3: #f1dfe4;
--color-4: #e0b2da;
--color-5: #d199d1;
}

Blushing Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b0, #f6c6d6, #f1dfe4, #e0b2da, #d199d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b0, #f6c6d6, #f1dfe4, #e0b2da, #d199d1);
}

Blushing Whispers color palette created on .