Gentle Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Whispers palette
Gentle Whispers color palette CSS
/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f8e2a0;
}
.color-3 {
color: #e0f5a3;
}
.color-4 {
color: #a4d8e5;
}
.color-5 {
color: #9bb8e4;
}
/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f8e2a0;
--color-3: #e0f5a3;
--color-4: #a4d8e5;
--color-5: #9bb8e4;
}
Gentle Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f8e2a0, #e0f5a3, #a4d8e5, #9bb8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f8e2a0, #e0f5a3, #a4d8e5, #9bb8e4);
}
Similar color palettes
Gentle Whispers color palette created on .