Timeless Whispers Color Palette
Discover the beautiful Timeless Whispers color palette featuring spring rain (#aacab9), wheat (#f3e2af), cashmere (#e6b198), geraldine (#f6a688) and charm (#d06c8c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Timeless Whispers palette
💻 Timeless Whispers color palette CSS
/* CSS */
.color-1 {
color: #aacab9;
}
.color-2 {
color: #f3e2af;
}
.color-3 {
color: #e6b198;
}
.color-4 {
color: #f6a688;
}
.color-5 {
color: #d06c8c;
}
/* CSS Variables */
:root {
--color-1: #aacab9;
--color-2: #f3e2af;
--color-3: #e6b198;
--color-4: #f6a688;
--color-5: #d06c8c;
}
🌈 Timeless Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aacab9, #f3e2af, #e6b198, #f6a688, #d06c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aacab9, #f3e2af, #e6b198, #f6a688, #d06c8c);
}
🔗 Explore similar color palettes
Timeless Whispers color palette created on .