Cognac Sunset Color Palette
Discover the beautiful Cognac Sunset color palette featuring cognac (#9f371d), copper (#c87b3c), casablanca (#f7c64a), sidecar (#f4e9b8) and cashmere (#e8bbab).
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 Cognac Sunset palette
๐ป Cognac Sunset color palette CSS
/* CSS */
.color-1 {
color: #9f371d;
}
.color-2 {
color: #c87b3c;
}
.color-3 {
color: #f7c64a;
}
.color-4 {
color: #f4e9b8;
}
.color-5 {
color: #e8bbab;
}
/* CSS Variables */
:root {
--color-1: #9f371d;
--color-2: #c87b3c;
--color-3: #f7c64a;
--color-4: #f4e9b8;
--color-5: #e8bbab;
} ๐ Cognac Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f371d, #c87b3c, #f7c64a, #f4e9b8, #e8bbab);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f371d, #c87b3c, #f7c64a, #f4e9b8, #e8bbab);
} ๐ Explore similar color palettes
Cognac Sunset color palette created on .