Whispers of Softness Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Softness palette
Whispers of Softness color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faffff;
}
.color-3 {
color: #fffaff;
}
.color-4 {
color: #fff5f7;
}
.color-5 {
color: #ffebeb;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faffff;
--color-3: #fffaff;
--color-4: #fff5f7;
--color-5: #ffebeb;
}
Whispers of Softness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faffff, #fffaff, #fff5f7, #ffebeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faffff, #fffaff, #fff5f7, #ffebeb);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Whispers of Softness color palette created on .