Sunset Whisper Color Palette
Discover the beautiful Sunset Whisper color palette featuring corvette (#fad7a3), web orange (#f0a800), japonica (#d6815c), kabul (#5b4d3e) and mine shaft (#292929).
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 Sunset Whisper palette
๐ป Sunset Whisper color palette CSS
/* CSS */
.color-1 {
color: #fad7a3;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d6815c;
}
.color-4 {
color: #5b4d3e;
}
.color-5 {
color: #292929;
}
/* CSS Variables */
:root {
--color-1: #fad7a3;
--color-2: #f0a800;
--color-3: #d6815c;
--color-4: #5b4d3e;
--color-5: #292929;
} ๐ Sunset Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7a3, #f0a800, #d6815c, #5b4d3e, #292929);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7a3, #f0a800, #d6815c, #5b4d3e, #292929);
} ๐ Explore similar color palettes
Sunset Whisper color palette created on .