Whispers of Linen Color Palette
Discover the beautiful Whispers of Linen color palette featuring bone (#e3d9c4), akaroa (#d5baa5), oriental pink (#c89b8d), santa fe (#b56a5a) and apple blossom (#a44a3d).
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 Whispers of Linen palette
💻 Whispers of Linen color palette CSS
/* CSS */
.color-1 {
color: #e3d9c4;
}
.color-2 {
color: #d5baa5;
}
.color-3 {
color: #c89b8d;
}
.color-4 {
color: #b56a5a;
}
.color-5 {
color: #a44a3d;
}
/* CSS Variables */
:root {
--color-1: #e3d9c4;
--color-2: #d5baa5;
--color-3: #c89b8d;
--color-4: #b56a5a;
--color-5: #a44a3d;
} 🌈 Whispers of Linen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9c4, #d5baa5, #c89b8d, #b56a5a, #a44a3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9c4, #d5baa5, #c89b8d, #b56a5a, #a44a3d);
} 🔗 Explore similar color palettes
Whispers of Linen color palette created on .