Soft Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Whispers palette
Soft Whispers color palette CSS
/* CSS */
.color-1 {
color: #ffebeb;
}
.color-2 {
color: #d9d9d9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f6e5ff;
}
.color-5 {
color: #e8e8d9;
}
/* CSS Variables */
:root {
--color-1: #ffebeb;
--color-2: #d9d9d9;
--color-3: #ffffff;
--color-4: #f6e5ff;
--color-5: #e8e8d9;
}
Soft Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebeb, #d9d9d9, #ffffff, #f6e5ff, #e8e8d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebeb, #d9d9d9, #ffffff, #f6e5ff, #e8e8d9);
}
Similar color palettes
- Elegant Purple
- Whispers of Serene Pastels
- Retro Vibes
- Whispers of Serenity
- Whispers of Soft Serenity
- Pastel Pink
- Whispering Petals Palette
- Lavender Dreams
- Lavender Dreams
- Whispers of Blossom
- Whimsical Whiskers
- Lavender Dreams
- Calm Waters
- Yellow Green Shades
- Dreamy Jellyburst
- Mist Blue
- Whispers of Twilight
- Whimsical Twilight Blossom
Soft Whispers color palette created on .