Curious Whispers Color Palette
Discover the beautiful Curious Whispers color palette featuring wheat (#f6eab1), manhattan (#f7c6a1), wewak (#f29e91), terracotta (#e6755c) and fuzzy wuzzy brown (#c84c4e).
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 Curious Whispers palette
๐ป Curious Whispers color palette CSS
/* CSS */
.color-1 {
color: #f6eab1;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f29e91;
}
.color-4 {
color: #e6755c;
}
.color-5 {
color: #c84c4e;
}
/* CSS Variables */
:root {
--color-1: #f6eab1;
--color-2: #f7c6a1;
--color-3: #f29e91;
--color-4: #e6755c;
--color-5: #c84c4e;
} ๐ Curious Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eab1, #f7c6a1, #f29e91, #e6755c, #c84c4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eab1, #f7c6a1, #f29e91, #e6755c, #c84c4e);
} ๐ Explore similar color palettes
Curious Whispers color palette created on .