Blushing Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Whispers palette
Blushing Whispers color palette CSS
/* CSS */
.color-1 {
color: #f7d9e5;
}
.color-2 {
color: #f1a7c5;
}
.color-3 {
color: #e88da5;
}
.color-4 {
color: #d46e8e;
}
.color-5 {
color: #a85d77;
}
/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f1a7c5;
--color-3: #e88da5;
--color-4: #d46e8e;
--color-5: #a85d77;
}
Blushing Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Blushing Whispers color palette created on .