Naila's Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Naila's Whisper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Naila's Whisper Color Palette (PNG)
Naila's Whisper color palette CSS
/* CSS */
.color-1 {
color: #f7f2d9;
}
.color-2 {
color: #f1c6b6;
}
.color-3 {
color: #e88d8d;
}
.color-4 {
color: #b86b91;
}
.color-5 {
color: #8d5b9a;
}
/* CSS Variables */
:root {
--color-1: #f7f2d9;
--color-2: #f1c6b6;
--color-3: #e88d8d;
--color-4: #b86b91;
--color-5: #8d5b9a;
}
Naila's Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f2d9, #f1c6b6, #e88d8d, #b86b91, #8d5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f2d9, #f1c6b6, #e88d8d, #b86b91, #8d5b9a);
}
Similar color palettes
Naila's Whisper color palette created on .