Whisker Dreams Color Palette
Discover the beautiful Whisker Dreams color palette featuring wheat (#f6e4c1), manhattan (#f3c8a0), sandy brown (#f08b5c), night shadz (#b93c4f) and eminence (#5e2b6e).
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 Whisker Dreams palette
💻 Whisker Dreams color palette CSS
/* CSS */
.color-1 {
color: #f6e4c1;
}
.color-2 {
color: #f3c8a0;
}
.color-3 {
color: #f08b5c;
}
.color-4 {
color: #b93c4f;
}
.color-5 {
color: #5e2b6e;
}
/* CSS Variables */
:root {
--color-1: #f6e4c1;
--color-2: #f3c8a0;
--color-3: #f08b5c;
--color-4: #b93c4f;
--color-5: #5e2b6e;
} 🌈 Whisker Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
} 🔗 Explore similar color palettes
Whisker Dreams color palette created on .